2026-01-06 03:30:41 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
metadata:
|
|
|
|
|
name: customer1
|
|
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 1m0s
|
|
|
|
|
retryInterval: 1m
|
|
|
|
|
timeout: 5m
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
|
|
|
|
name: flux-system
|
2026-01-06 03:48:40 +00:00
|
|
|
path: ../../apps/staging/customer1/
|
2026-01-06 03:30:41 +00:00
|
|
|
prune: true
|
|
|
|
|
decryption:
|
|
|
|
|
provider: sops
|
|
|
|
|
secretRef:
|
|
|
|
|
name: sops-age
|