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
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
When I try to create vault-operator per namespace it gives following error. Error: release vault-operator failed: customresourcedefinitions.apiextensions.k8s.io "vaultservices.vault.security.coreos.com" already exists.
Is this known issue?
Thanks
The text was updated successfully, but these errors were encountered:
I am also facing this issue . I created helm chart for hashicorp vault operator. Used stable/vault helm chart as reference. https://github.com/helm/charts/tree/master/stable/vault-operator
First time if I could install as:
helm install . --name vaulttest. (I pointed to the current folder where helm chart is stored locally and running)
It succeeds.
After sometime,again I try with another namespace as:
helm install . --name vaulttest2
Got error as:
Error: release vaulttest2 failed: customresourcedefinitions.apiextensions.k8s.io "vaultservices.vault.security.coreos.com" already exists.
It’s running into a conflict because the CRDs already exist. This can be resolved by adding the following to any subsequent helm installs ‘—set rbac.create=false’
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
When I try to create vault-operator per namespace it gives following error.
Error: release vault-operator failed: customresourcedefinitions.apiextensions.k8s.io "vaultservices.vault.security.coreos.com" already exists
.Is this known issue?
Thanks
The text was updated successfully, but these errors were encountered: