16 lines
378 B
YAML
16 lines
378 B
YAML
# clusters/atlas/flux-system/applications/bstein-dev-home/kustomization.yaml
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: bstein-dev-home
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
path: ./services/bstein-dev-home
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
targetNamespace: bstein-dev-home
|
|
wait: false
|