Repo server rbac (#160)
* Added Role and service account to repo-server * Fixed comment in repo-server SA name helper * Bumped chart version * Added repoServer service account annotations
This commit is contained in:
parent
9b3d5d35a7
commit
8c3430b89e
7 changed files with 89 additions and 1 deletions
|
|
@ -105,6 +105,7 @@ spec:
|
|||
affinity:
|
||||
{{- toYaml .Values.repoServer.affinity | nindent 8 }}
|
||||
{{- end }}
|
||||
serviceAccountName: {{ template "argo-cd.repoServerServiceAccountName" . }}
|
||||
volumes:
|
||||
{{- if .Values.repoServer.volumes }}
|
||||
{{- toYaml .Values.repoServer.volumes | nindent 8}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue