40 lines
687 B
YAML
40 lines
687 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: crds
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
retryInterval: 30s
|
|
timeout: 5m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
path: ./k8s/infrastructure/crds
|
|
wait: true
|
|
prune: true
|
|
|
|
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: infrastructure
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
retryInterval: 30s
|
|
timeout: 5m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|
|
path: ./k8s/infrastructure
|
|
wait: true
|
|
prune: true
|
|
dependsOn:
|
|
- name: crds
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: sops-age
|