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