We will need to parameterize the namespace in the future, 'default' is temporary during development.
Nathan Klick:
some helm charts also will have a values file option of namespaceOverride: "" and use a namespace: {{ default .Release.Namespace .Values.namespaceOverride }} ```
Originally posted by @jeromy-cannon in #298 (comment)