From 3f3a10d65ff821db4b471178a83e1ab9234d7256 Mon Sep 17 00:00:00 2001 From: Lewis Sobotkiewicz Date: Fri, 6 Oct 2023 09:00:06 -0700 Subject: [PATCH] Add envFromSecret value and docs --- charts/localstack/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/localstack/templates/deployment.yaml b/charts/localstack/templates/deployment.yaml index 339d447..c1debd3 100644 --- a/charts/localstack/templates/deployment.yaml +++ b/charts/localstack/templates/deployment.yaml @@ -120,8 +120,8 @@ spec: - name: {{ .name }} valueFrom: secretKeyRef: - name: {{ .secret $ }} - key: {{ .key }} + name: {{ .secret }} + key: {{ .key }} {{- end }} {{- if include "localstack.lambda.labels" . }} - name: LAMBDA_K8S_LABELS