Skip to content

Commit c1b55c0

Browse files
webvictimgithub-actions
authored andcommitted
Clarification
1 parent 8f1a305 commit c1b55c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/chart/teleport-cluster/templates/auth/predeploy_serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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.
44
{{- $auth := mustMergeOverwrite (mustDeepCopy .Values) .Values.auth -}}
55
{{- $projectedServiceAccountToken := semverCompare ">=1.20.0-0" .Capabilities.KubeVersion.Version }}
66
{{- if $auth.serviceAccount.create }}

examples/chart/teleport-cluster/templates/proxy/predeploy_serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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.
44
{{- $proxy := mustMergeOverwrite (mustDeepCopy .Values) .Values.proxy -}}
55
{{- $projectedServiceAccountToken := semverCompare ">=1.20.0-0" .Capabilities.KubeVersion.Version }}
66
{{- if $proxy.serviceAccount.create }}

0 commit comments

Comments
 (0)