
* Rename common chart to helm-toolkit * Update useage of helpers to include reference to chart they come from. * Update helm-toolkit function naming Also catches several functions missed in previous PS * Update remaining requirements.yaml to use helm-toolbox * Dep Check container fix for common -> helm-toolbox renaming
12 lines
387 B
YAML
12 lines
387 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: maas-etc
|
|
data:
|
|
named.conf.options: |+
|
|
{{ tuple "etc/_region-dns-config.tpl" . | include "helm-toolkit.template" | indent 4 }}
|
|
secret: |
|
|
{{ tuple "etc/_secret.tpl" . | include "helm_toolkit.template" | indent 4 }}
|
|
maas-region-controller.conf: |
|
|
{{ tuple "etc/_postgresql-config.tpl" . | include "helm_toolkit.template" | indent 4 }}
|