fix: use hardcoded values to fix quoting issue
This commit is contained in:
parent
bddab195f5
commit
6a77aa897a
@ -152,7 +152,14 @@ argo-cd:
|
|||||||
- mountPath: /home/argocd/.kube
|
- mountPath: /home/argocd/.kube
|
||||||
name: kubeconfigs
|
name: kubeconfigs
|
||||||
securityContext:
|
securityContext:
|
||||||
'{{- toYaml .Values.repoServer.containerSecurityContext | nindent 4 }}'
|
runAsNonRoot: true
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
seccompProfile:
|
||||||
|
type: RuntimeDefault
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
|
||||||
server:
|
server:
|
||||||
# Rename former https port to grpc, works with istio + insecure
|
# Rename former https port to grpc, works with istio + insecure
|
||||||
|
Loading…
Reference in New Issue
Block a user