I'm getting this error when trying to install
annotation validation error: missing key "meta.helm.sh/release-name":
When. Always.
As the output of
helm upgrade --install --dry-run --debug ahoy --namespace ahoy --create-namespace --values values-k8s.yaml --devel lsdopen/ahoy --set meta.helm.sh/release-namespace=ahoy
The following is a larger snippet:
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 "ahoy"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "ahoy"
rendered manifests contain a resource that already exists. Unable to continue with install
helm.sh/helm/v3/pkg/action.(*Install).Run
/home/circleci/helm.sh/helm/pkg/action/install.go:275
main.runInstall
Helm info:
helm version
version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9be0a6e29", GitTreeState:"clean", GoVersion:"go1.14.11"}
Kubectl info:
kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2+k3s1", GitCommit:"1d4adb0301b9a63ceec8cabb11b309e061f43d5f", GitTreeState:"clean", BuildDate:"2021-01-14T23:52:37Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
I'm getting this error when trying to install
When. Always.
As the output of
The following is a larger snippet:
Helm info:
Kubectl info: