fix: use hardcoded values to fix quoting issue

This commit is contained in:
Stefan Reimer 2024-07-22 11:02:52 +00:00
parent 490519a11c
commit 6a08c13b6a

View File

@ -152,7 +152,14 @@ argo-cd:
- mountPath: /home/argocd/.kube
name: kubeconfigs
securityContext:
'{{- toYaml .Values.repoServer.containerSecurityContext | nindent 4 }}'
runAsNonRoot: true
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
capabilities:
drop:
- ALL
server:
# Rename former https port to grpc, works with istio + insecure