feat(argocd-applicationset): add env variable in values (#1132)
* feat(appset): add env variable in values Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * wrong chart!!! Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * quote Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * update variable name Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
This commit is contained in:
parent
59feee1a07
commit
ae13c65229
4 changed files with 25 additions and 2 deletions
|
|
@ -59,6 +59,14 @@ spec:
|
|||
- name: webhook
|
||||
containerPort: 7000
|
||||
protocol: TCP
|
||||
{{- with .Values.extraEnv }}
|
||||
env:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraEnvFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumeMounts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue