op-scim-helm
op-scim-helm copied to clipboard
Add support for namespaceOverride
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
.