From 514414c4b06ec0054a5eb295181dd1ed674e86ae Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 13:39:06 -0400 Subject: [PATCH] Dont use ksops, maybe --- cluster/apps/traefik/kustomization.yaml | 5 +++-- .../{traefik-secrets.enc.yaml => traefik-secrets.sops.yaml} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename cluster/apps/traefik/{traefik-secrets.enc.yaml => traefik-secrets.sops.yaml} (100%) 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