Skip to content

Commit 0d2471b

Browse files
fix: Enable service account token automount for haproxy (argoproj#22226) (cherry-pick argoproj#22353) (argoproj#22406)
Signed-off-by: Andrii Korotkov <[email protected]> Co-authored-by: Andrii Korotkov <[email protected]>
1 parent 226a670 commit 0d2471b

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

manifests/ha/base/redis-ha/chart/upstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ spec:
11011101
fsGroup: 99
11021102
runAsNonRoot: true
11031103
runAsUser: 99
1104-
automountServiceAccountToken: false
1104+
automountServiceAccountToken: true
11051105
nodeSelector:
11061106
{}
11071107
tolerations:

manifests/ha/base/redis-ha/chart/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ redis-ha:
2121
checkInterval: 3s
2222
metrics:
2323
enabled: true
24+
serviceAccount:
25+
automountToken: true
2426
image:
2527
tag: 7.2.7-alpine
2628
sentinel:

manifests/ha/install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install-with-hydrator.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)