fix(argo-cd applicationset): add extraContainers to deployment (#1125)
Signed-off-by: AJ Christensen <aj@junglistheavy.industries> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
ae13c65229
commit
f8803d52d1
4 changed files with 9 additions and 2 deletions
|
|
@ -91,6 +91,9 @@ spec:
|
|||
{{- with .Values.extraVolumeMounts }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.extraContainers }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- emptyDir: {}
|
||||
name: tmp-dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue