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
Helm template includes a namespace on the env_injector MutatingWebhookConfiguration. In running in a GitOps setup with gitlab agent I get the following error:
resource is cluster-scoped but has a non-empty namespace: "akv2k8s"
I think the namespace should be removed from the helm template -- delete the following line:
Helm template includes a namespace on the env_injector MutatingWebhookConfiguration. In running in a GitOps setup with gitlab agent I get the following error:
resource is cluster-scoped but has a non-empty namespace: "akv2k8s"
I think the namespace should be removed from the helm template -- delete the following line:
public-helm-charts/stable/akv2k8s/templates/env-injector-apiservice.yaml
Line 59 in 2637329
My install worked after I deleted it. Happy to put in PR.
The text was updated successfully, but these errors were encountered: