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

helm: Adds missing namespaces to ConfigMap #11032

Merged
merged 3 commits into from
Mar 22, 2022

Conversation

webvictim
Copy link
Contributor

@webvictim webvictim commented Mar 10, 2022

The ConfigMap for both the teleport-cluster and teleport-kube-agent charts was missing a namespace: parameter. This is transparently fixed for you when you run helm install --namespace x, but applying the output of helm template --namespace x (as some wrapper tools do) would result in the ConfigMap living in the wrong namespace.

Backports required:

  • branch/v9

(I'm deliberately not backporting this to branch/v8 in case it's a breaking change in some environments which depend on the old behaviour)

@webvictim webvictim self-assigned this Mar 10, 2022
@github-actions github-actions bot requested review from r0mant and russjones March 10, 2022 18:19
@webvictim webvictim enabled auto-merge (squash) March 10, 2022 18:21
@webvictim webvictim requested a review from zmb3 March 10, 2022 18:21
@webvictim
Copy link
Contributor Author

Depends on #11279

@webvictim webvictim force-pushed the gus/helm/add-missing-namespaces branch from 9dec4c7 to 3279591 Compare March 22, 2022 01:38
@webvictim
Copy link
Contributor Author

Cherry-picking 87be59c to this branch as well to save opening a separate PR.

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

Successfully merging this pull request may close these issues.

3 participants