You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ArgoCD can't create namespace automatically.
To Reproduce
I have follow this for declarative setup on my yaml file.
But the namespace didn't create automatically. I must manual create the namespace via kubectl or yaml file.
Expected behavior
ArgoCD can create namespace automatically without my intervention directly.
Screenshots
The text was updated successfully, but these errors were encountered:
The syncOption to create namespace seems to be working fine for me, could you give us more information about the version of your ArgoCD and possibly the Application manifest?
The syncOption to create namespace seems to be working fine for me, could you give us more information about the version of your ArgoCD and possibly the Application manifest?
Sorry, only this time i can reply your comment. I use minikube cluster with docker driver. I use Pop OS 22.04 before, now in fedora 36.
argo version v2.4.11+3d9e9f2
btw, i'm not use argo cli, i just apply argo manifest file from this method
I just want to test argo on CD step. My CI use jenkins, but now i want to use github actions.
Checklist:
Describe the bug
ArgoCD can't create namespace automatically.
To Reproduce
I have follow this for declarative setup on my yaml file.
But the namespace didn't create automatically. I must manual create the namespace via kubectl or yaml file.
Expected behavior
ArgoCD can create namespace automatically without my intervention directly.
Screenshots
The text was updated successfully, but these errors were encountered: