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
A clear and concise description of what the bug is.
Expected Behavior
Successful install of Keda
Actual Behavior
Receive the following error when installing with Helm
Error: FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "triggerauthentications.keda.sh" 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 "keda"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "keda"
Steps to Reproduce the Problem
kubectl create ns keda
helm install keda kedacore/keda --version 2.0.0-rc2 --namespace keda
Specifications
KEDA Version:2.0.0-rc2
Platform & Version:Helm v3
Kubernetes Version:1.19.0
Scaler(s):NA
The text was updated successfully, but these errors were encountered:
A clear and concise description of what the bug is.
Expected Behavior
Successful install of Keda
Actual Behavior
Receive the following error when installing with Helm
Error: FAILED: rendered manifests contain a resource that already exists. Unable to continue with update: CustomResourceDefinition "triggerauthentications.keda.sh" 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 "keda"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "keda"
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: