Skip to content

Commit

Permalink
[ta] Fix the name of the service account token given when featureGate…
Browse files Browse the repository at this point in the history
…s.explicitMountServiceAccountToken is true (#1427)
  • Loading branch information
atoulme committed Aug 29, 2024
1 parent b59b497 commit ef41ee7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .chloggen/fixexplicittokenta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
component: targetAllocator
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix the name of the service account token given when featureGates.explicitMountServiceAccountToken is true
# One or more tracking issues related to the change
issues: [1427]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: targetAllocator
spec:
serviceAccountName: {{ template "splunk-otel-collector.targetAllocatorServiceAccountName" . }}
{{- if .Values.featureGates.explicitMountServiceAccountToken }}}}
{{- if .Values.featureGates.explicitMountServiceAccountToken }}
automountServiceAccountToken: false
{{- end }}
containers:
Expand Down

0 comments on commit ef41ee7

Please sign in to comment.