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