2026-03-11 09:28:54 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
|
kind: Kustomization
|
2026-03-17 08:11:22 +00:00
|
|
|
metadata:
|
2026-03-20 21:34:48 +00:00
|
|
|
name: secrets
|
2026-03-11 09:28:54 +00:00
|
|
|
namespace: flux-system
|
|
|
|
|
spec:
|
|
|
|
|
interval: 1h
|
2026-03-20 21:27:33 +00:00
|
|
|
path: ../../../secrets/
|
2026-03-11 09:28:54 +00:00
|
|
|
prune: true
|
|
|
|
|
sourceRef:
|
|
|
|
|
kind: GitRepository
|
2026-03-20 20:42:28 +00:00
|
|
|
name: flux-system
|
2026-03-20 21:39:42 +00:00
|
|
|
dependsOn:
|
|
|
|
|
- name: infrastructure
|