Skip to content

Commit

Permalink
Add envFromSecret value and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Sobotkiewicz committed Oct 6, 2023
1 parent b99ac33 commit 3f3a10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/localstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f3a10d

Please sign in to comment.