File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/chart/teleport-cluster/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# this is a carbon copy of the regular serviceAccount object which is only used to run pre-deploy jobs
2
- # on first install of the chart. it will be deleted by Helm after the pre-deploy hooks run, then the
3
- # regular serviceAccount is created with the same name.
2
+ # upon first install of the chart. it will be deleted by Helm after the pre-deploy hooks run, then the
3
+ # regular serviceAccount is created with the same name and exists for the lifetime of the release .
4
4
{{- $auth := mustMergeOverwrite (mustDeepCopy .Values) .Values.auth -}}
5
5
{{- $projectedServiceAccountToken := semverCompare ">=1.20.0-0" .Capabilities.KubeVersion.Version }}
6
6
{{- if $auth.serviceAccount.create }}
Original file line number Diff line number Diff line change 1
1
# this is a carbon copy of the regular serviceAccount object which is only used to run pre-deploy jobs
2
- # on first install of the chart. it will be deleted by Helm after the pre-deploy hooks run, then the
3
- # regular serviceAccount is created with the same name.
2
+ # upon first install of the chart. it will be deleted by Helm after the pre-deploy hooks run, then the
3
+ # regular serviceAccount is created with the same name and exists for the lifetime of the release .
4
4
{{- $proxy := mustMergeOverwrite (mustDeepCopy .Values) .Values.proxy -}}
5
5
{{- $projectedServiceAccountToken := semverCompare ">=1.20.0-0" .Capabilities.KubeVersion.Version }}
6
6
{{- if $proxy.serviceAccount.create }}
You can’t perform that action at this time.
0 commit comments