diff --git a/cluster/apps/traefik/kustomization.yaml b/cluster/apps/traefik/kustomization.yaml index 21da474..80bb0fe 100644 --- a/cluster/apps/traefik/kustomization.yaml +++ b/cluster/apps/traefik/kustomization.yaml @@ -1,7 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -generators: -- ksops.yaml +#generators: +#- ksops.yaml resources: +- traefik-secrets.sops.yaml - helm-repository.yaml - helm-release.yaml diff --git a/cluster/apps/traefik/traefik-secrets.enc.yaml b/cluster/apps/traefik/traefik-secrets.sops.yaml similarity index 100% rename from cluster/apps/traefik/traefik-secrets.enc.yaml rename to cluster/apps/traefik/traefik-secrets.sops.yaml