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
Currently we set many of the namespace values to .Release.Namespace. We should allow users to override the namespace by setting .Values.namespaceOverride so that they can specify a different namespace for the release and that of the resources deployed with this chart.
Currently we set many of the namespace values to
.Release.Namespace
. We should allow users to override the namespace by setting.Values.namespaceOverride
so that they can specify a different namespace for the release and that of the resources deployed with this chart.See the common.names.namespace template from
bitnami/common
.The text was updated successfully, but these errors were encountered: