20 lines
367 B
YAML
20 lines
367 B
YAML
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||
|
|
kind: Kustomization
|
||
|
|
metadata:
|
||
|
|
name: infrastructure
|
||
|
|
namespace: flux-system
|
||
|
|
spec:
|
||
|
|
decryption:
|
||
|
|
provider: sops
|
||
|
|
secretRef:
|
||
|
|
name: sops-age
|
||
|
|
interval: 10m0s
|
||
|
|
path: ./infrastructure/hydra
|
||
|
|
prune: true
|
||
|
|
retryInterval: 1m0s
|
||
|
|
sourceRef:
|
||
|
|
kind: GitRepository
|
||
|
|
name: flux-system
|
||
|
|
timeout: 5m0s
|
||
|
|
status: {}
|