Installation help - Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. #1079
Closed
adriankchan77
started this conversation in
General
Replies: 1 comment 2 replies
-
@adriankchan77 sounds like you already have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! We're trying to install this on our cluster, following these instructions:
https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html
So this command:
helm install workload-identity-webhook azure-workload-identity/workload-identity-webhook
--version 1.1.0 --namespace azure-workload-identity-system --create-namespace --set azureTenantID=
But getting this error:
Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole "azure-wi-webhook-manager-role" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "workload-identity-webhook"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "azure-workload-identity-system"
What's the problem? Does anyone have any ideas how we can get past this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions