feat(argo-cd): Use tini as the ENTRYPOINT (#1991)
This commit is contained in:
parent
b9fa30883b
commit
decfc73a3f
10 changed files with 25 additions and 33 deletions
|
|
@ -51,8 +51,8 @@ spec:
|
|||
{{- end }}
|
||||
serviceAccountName: {{ include "argo-cd.controllerServiceAccountName" . }}
|
||||
containers:
|
||||
- command:
|
||||
- argocd-application-controller
|
||||
- args:
|
||||
- /usr/local/bin/argocd-application-controller
|
||||
- --metrics-port={{ .Values.controller.containerPorts.metrics }}
|
||||
{{- if .Values.controller.metrics.applicationLabels.enabled }}
|
||||
{{- range .Values.controller.metrics.applicationLabels.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue