Anitya: Fix the indentation when importing the file from the outside
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
a6e642a6b0
commit
bf41543080
1 changed files with 6 additions and 6 deletions
|
@ -12,15 +12,15 @@ items:
|
|||
app: release-monitoring
|
||||
data:
|
||||
anitya.toml: |-
|
||||
{{ load_file('anitya.toml') | indent }}
|
||||
{{ load_file('anitya.toml') | indent(6) }}
|
||||
alembic.ini: |-
|
||||
{{ load_file('alembic.ini') | indent }}
|
||||
{{ load_file('alembic.ini') | indent(6) }}
|
||||
start.sh: |-
|
||||
{{ load_file('start.sh') | indent }}
|
||||
{{ load_file('start.sh') | indent(6) }}
|
||||
httpd.conf: |-
|
||||
{{ load_file('httpd.conf') | indent }}
|
||||
{{ load_file('httpd.conf') | indent(6) }}
|
||||
anitya.wsgi: |-
|
||||
{{ load_file('anitya.wsgi') | indent }}
|
||||
{{ load_file('anitya.wsgi') | indent(6) }}
|
||||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
@ -29,4 +29,4 @@ items:
|
|||
app: release-monitoring
|
||||
data:
|
||||
config.toml: |-
|
||||
{{ load_file('config.toml') | indent }}
|
||||
{{ load_file('config.toml') | indent(6) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue