-
Erik Sundell authored
The essence of this commit is to help people get started with a better indentation practice than this: ```yaml spec: labels: {{ toYaml .Values.labels | indent 4 }} ``` The previous indentation practice is harder to read. Instead this commit introduces an indentation practice using `nindent` like this: ```yaml spec: labels: {{- toYaml .Values.labels | nindent 4 }} ``` Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>
eb96576b
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
_helpers.tpl | ||
configmap.yaml | ||
deployment.yaml | ||
post-install-job.yaml | ||
pre-install-secret.yaml | ||
service-test.yaml | ||
service.yaml |