更新helm
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{{- if .Values.serviceAccount.create -}}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "toutoukan-chart.serviceAccountName" . }}
|
||||
labels:
|
||||
{{- include "toutoukan-chart.labels" . | nindent 4 }}
|
||||
{{- with .Values.serviceAccount.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
|
||||
{{- end }}
|
||||
{{/*{{- if .Values.serviceAccount.create -}}*/}}
|
||||
{{/*apiVersion: v1*/}}
|
||||
{{/*kind: ServiceAccount*/}}
|
||||
{{/*metadata:*/}}
|
||||
{{/* name: {{ include "toutoukan-chart.serviceAccountName" . }}*/}}
|
||||
{{/* labels:*/}}
|
||||
{{/* {{- include "toutoukan-chart.labels" . | nindent 4 }}*/}}
|
||||
{{/* {{- with .Values.serviceAccount.annotations }}*/}}
|
||||
{{/* annotations:*/}}
|
||||
{{/* {{- toYaml . | nindent 4 }}*/}}
|
||||
{{/* {{- end }}*/}}
|
||||
{{/*automountServiceAccountToken: {{ .Values.serviceAccount.automount }}*/}}
|
||||
{{/*{{- end }}*/}}
|
||||
|
||||
Reference in New Issue
Block a user