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: Adds creation of argocd namespace for bootstrap #1

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

nicholaskuechler
Copy link
Contributor

I got errors when bootstrapping with:

kubectl kustomize --enable-helm bootstrap | kubectl apply --server-side -f -

Due to missing argocd namespace:

Error from server (NotFound): namespaces "argocd" not found

This adds creating the argocd namespace as part of the bootstrap process.

@nicholaskuechler nicholaskuechler changed the title Adds creation of argocd namespace for bootstrap fix: Adds creation of argocd namespace for bootstrap Feb 7, 2024
@cardoe cardoe merged commit 7931b35 into rackerlabs:main Feb 7, 2024
3 of 4 checks passed
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.

2 participants