File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ annotations:
2
2
category : Infrastructure
3
3
apiVersion : v2
4
4
appVersion : latest
5
- version : 0.6.15
5
+ version : 0.6.16
6
6
name : localstack
7
7
description : LocalStack - a fully functional local AWS cloud stack
8
8
type : application
Original file line number Diff line number Diff line change @@ -188,6 +188,10 @@ spec:
188
188
{{- if .Values.extraEnvVars }}
189
189
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
190
190
{{- end }}
191
+ {{- if .Values.envFrom }}
192
+ envFrom :
193
+ {{- toYaml .Values.envFrom | nindent 12 }}
194
+ {{- end }}
191
195
{{- if .Values.mountDind.enabled }}
192
196
- name : dind
193
197
image : {{ .Values.mountDind.image | quote }}
Original file line number Diff line number Diff line change @@ -97,6 +97,11 @@ mountDind:
97
97
# # value: "serverless,sqs,es"
98
98
extraEnvVars : []
99
99
100
+ # # envFrom Allows you to set additional environment variables from a ConfigMap or Secret
101
+ # # - configMapRef:
102
+ # # name: configmap-name
103
+ envFrom : []
104
+
100
105
livenessProbe :
101
106
initialDelaySeconds : 0
102
107
periodSeconds : 10
You can’t perform that action at this time.
0 commit comments