fix(argo-cd): Adding securityContext to copyutil container in repo-server (#1149)
Signed-off-by: Eric Durand <eric_p_durand@yahoo.com>
This commit is contained in:
parent
4538e57aae
commit
7248992d65
2 changed files with 5 additions and 2 deletions
|
|
@ -203,6 +203,9 @@ spec:
|
|||
name: copyutil
|
||||
resources:
|
||||
{{- toYaml .Values.repoServer.copyutil.resources | nindent 10 }}
|
||||
{{- if .Values.repoServer.containerSecurityContext }}
|
||||
securityContext: {{- toYaml .Values.repoServer.containerSecurityContext | nindent 10 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- mountPath: /var/run/argocd
|
||||
name: var-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue