feat: Update Argo Chart to support v2.6 (#258)
This commit is contained in:
parent
8caf81a4ef
commit
b3fa82df77
20 changed files with 271 additions and 162 deletions
6
charts/argo/templates/server-sa.yaml
Normal file
6
charts/argo/templates/server-sa.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{- if .Values.server.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ .Values.server.serviceAccount }}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue