the-new-hotness: Indent the config with 6 spaces as well

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-06-13 14:56:21 +02:00
parent b495502305
commit a6e642a6b0

View file

@ -12,7 +12,7 @@ items:
app: the-new-hotness
data:
config.toml: |-
{{ lookup('template', 'config.toml') | indent }}
{{ lookup('template', 'config.toml') | indent(6) }}
- apiVersion: v1
kind: ConfigMap
metadata: