feat(argo-workflows): Assign common labels to some resources (#1369)
* feat(argo-workflows): Assign common labels to controller resources Signed-off-by: kenchan0130 <tt.tanishi100@gmail.com> * feat(argo-workflows): Assign common labels to the server sa resource Signed-off-by: kenchan0130 <tt.tanishi100@gmail.com> * Update argo-workflows Chart.yaml Signed-off-by: kenchan0130 <tt.tanishi100@gmail.com>
This commit is contained in:
parent
8f3aed978c
commit
e01c613046
8 changed files with 17 additions and 2 deletions
|
|
@ -3,6 +3,8 @@ apiVersion: v1
|
|||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ template "argo-workflows.controllerServiceAccountName" . }}
|
||||
labels:
|
||||
{{- include "argo-workflows.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||
{{ with .Values.controller.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml .| nindent 4 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue