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

Missing required namespaces for release docker-registry-secrets #2278

Open
smerle33 opened this issue Apr 21, 2022 · 0 comments
Open

Missing required namespaces for release docker-registry-secrets #2278

smerle33 opened this issue Apr 21, 2022 · 0 comments

Comments

@smerle33
Copy link
Contributor

During initial build of a cluster where the helmchart docker-registry-secrets is used, we encountered this error :

Error: release docker-registry-secrets failed, and has been uninstalled due to atomic being set: namespaces "jenkins-agents" not found

as the namespace was not created before hands.
we need to ensure that the namespace is created before the call to docker-registry-secrets or during it.

- name: docker-registry-secrets
#this helmchart doesn't create any resources within the namespace specified below.
#specifying a namespace is required by the "needs" feature of helmfile (to allow referencing to this release from others)
namespace: default
chart: jenkins-infra/docker-registry-secrets
version: 0.1.0
values:
- "../config/docker-registry-secrets.yaml"
secrets:
- "../secrets/config/docker-registry-secrets/secrets.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