9 lines
411 B
YAML
9 lines
411 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# All homelab SOPS-encrypted Secrets, decrypted in-line via the ksops generator.
|
|
# Each *.enc.yaml carries its own metadata.namespace, so no namespace transformer
|
|
# here (that would rewrite every Secret into one namespace). Renders exactly the
|
|
# Secret objects — replaces the old argocd-cmp-cm SOPS plugin.
|
|
generators:
|
|
- secret-generator.yaml
|