From 19ec3b836118e996236855b871e5435b60ad9b68 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 22:46:13 -0400 Subject: [PATCH] Remove reference to traefik sops secrets --- cluster/core/networking/traefik/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/core/networking/traefik/kustomization.yaml b/cluster/core/networking/traefik/kustomization.yaml index 6ee2e3a..37891c2 100644 --- a/cluster/core/networking/traefik/kustomization.yaml +++ b/cluster/core/networking/traefik/kustomization.yaml @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./namespace.yaml -- ./traefik-secrets.sops.yaml - ./helm-repository.yaml - ./helm-release.yaml - ./dashboard-ingress.yaml