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:
parent
b495502305
commit
a6e642a6b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue