From ae20830cdacc0e8f249e25232651d2e2d426b09c Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 25 Jul 2024 23:26:20 -0500 Subject: [PATCH] Remove secret generator --- kustomize/kustomization.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index ff9afc2..251340f 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -6,7 +6,3 @@ resources: - deployment.yaml - services.yaml - ingress.yaml -secretGenerator: - - name: toy-session-secret - files: - - secret.txt