How to set a different namespace for child helm charts?
问题 When you install a chart with a child chart that doesn't specify a namespace, Helm will use the one specified on command line via --namespace . Is it possible to override this flag for a specific child chart? For example if I have chart A which depends on chart B and I specify --namespace foo , I want to be able to customize the resources of chart B to be installed into some other namespace bar instead of foo . 回答1: Update 2: Helm 3 added support for multi namespaces https://github.com/helm