Closed jandubois closed 3 years ago
Just force-pushed this PR because I realized that the template function will work in mixins/eirini/config/eirini.yaml
. It only requires the user values in $.Values
and doesn't depend on config files being merged in.
kubecf uses the quarks mechanism to override explicit bosh variables defined in https://github.com/cloudfoundry-incubator/quarks-operator/pull/915
This works automatically for bosh variables, but not for explicit references from manually created kube objects. This PR provides a helper template to generate the proper name.
Fixes #1666