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

Namespace missing from objects, ignores Helm specified namespace #298

Open
HariSekhon opened this issue Apr 20, 2022 · 1 comment
Open

Comments

@HariSekhon
Copy link

HariSekhon commented Apr 20, 2022

Several of the objects are being deployed to the default namespace because they are not specifying the namespace so there is no carry-through from the Helm specified namespace, eg:

  • concourse-web deployment, svc, serviceaccount, secret,
  • concourse-worker statefulset, svc, serviceaccount, pdb, configmap, secret
  • concourse-web-worker-gateway svc

will get deployed to whatever the current context namespace is, usually default.

concourse/concourse chart version 16.1.21

@HariSekhon
Copy link
Author

HariSekhon commented Apr 20, 2022

I've worked around this using a Kustomize namespace override, as seen in:

https://github.com/HariSekhon/Kubernetes-configs/blob/master/concourse/base/kustomization.yaml

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

No branches or pull requests

1 participant