From 6c4ae108ee6135ae439ba44f5a0ae6454219508d Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 21 Jul 2024 11:35:01 -0500 Subject: [PATCH] Use secret generator --- kustomize/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 251340f..ff9afc2 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -6,3 +6,7 @@ resources: - deployment.yaml - services.yaml - ingress.yaml +secretGenerator: + - name: toy-session-secret + files: + - secret.txt