-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
I have a helm umbrella chart and I'd like to deploy stash as a part of it. I added [email protected] as a dependency for my umbrella chart, but when I try to upgrade the chart, I get the following error:
mychart> helm3 upgrade mychart .
Error: UPGRADE FAILED: [the namespace from the provided object "kube-system" does not match the namespace "default". You must pass '--namespace=kube-system' to perform this operation., unable to decode "": no kind "APIService" is registered for version "apiregistration.k8s.io/v1beta1" in scheme "k8s.io/client-go/kubernetes/scheme/register.go:65"]
I'm also experimenting with helm@3.
The documentation states I should pass --namespace kube-system, but as far as I know, I cannot tell Helm to install stash into kube-system and the rest into default. Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels