Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the namespace of horizontal-pod-autoscaler service account used in the helm chart #253

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

tanersener
Copy link
Contributor

Fixes the namespace of horizontal-pod-autoscaler service account used in the helm chart.

Issue : #252

Description

The incident reported in #252 occurs because cluster role bindings use wrong namespace for horizontal-pod-autoscaler service account. They get the namespace from {{ .Values.namespace }} expression which has a value other than kube-system.

This PR fixes that issue by setting the namespace for horizontal-pod-autoscaler service account as kube-system.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)

Deployment Notes

Steps provided in #252 can be used to test this issue.

… helm chart

Signed-off-by: Taner Sener <tanersener@gmail.com>
@mikkeloscar
Copy link
Contributor

👍

1 similar comment
@jonathanbeber
Copy link
Contributor

👍

@jonathanbeber
Copy link
Contributor

Thanks, @tanersener!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants