Adds annotations to argocd server (#90)
This commit is contained in:
parent
f9863c5b6c
commit
e41f156cbe
3 changed files with 6 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ spec:
|
|||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
|
||||
app.kubernetes.io/component: server
|
||||
annotations:
|
||||
{{- range $key, $value := .Values.server.annotations }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
serviceAccountName: argocd-server
|
||||
initContainers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue