
* 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
10 lines
273 B
YAML
10 lines
273 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: horizon-etc
|
|
data:
|
|
horizon.conf: |
|
|
{{ tuple "etc/_horizon.conf.tpl" . | include "helm-toolkit.template" | indent 4 }}
|
|
local_settings: |
|
|
{{ tuple "etc/_local_settings.tpl" . | include "helm-toolkit.template" | indent 4 }}
|