Hi All,
I’ve installed Vault in my kubernetes cluster and am trying to install the same chart in a different namespace from helm. I receive this error
Error: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRoleBinding "vault-server-binding" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-namespace" must equal "vault2": current value is "vault"
Is it possible to change the value of the ClusterRoleBinding in the helm chart?