11 lines
253 B
YAML
11 lines
253 B
YAML
# clusters/atlas/flux-system/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- gotk-components.yaml
|
|
- gotk-sync.yaml
|
|
- platform
|
|
- applications
|
|
patches:
|
|
- path: recovery-suspend-kustomizations.yaml
|