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
|
app: release-monitoring
|
||||||
data:
|
data:
|
||||||
anitya.toml: |-
|
anitya.toml: |-
|
||||||
{{ load_file('anitya.toml') | indent }}
|
{{ load_file('anitya.toml') | indent(6) }}
|
||||||
alembic.ini: |-
|
alembic.ini: |-
|
||||||
{{ load_file('alembic.ini') | indent }}
|
{{ load_file('alembic.ini') | indent(6) }}
|
||||||
start.sh: |-
|
start.sh: |-
|
||||||
{{ load_file('start.sh') | indent }}
|
{{ load_file('start.sh') | indent(6) }}
|
||||||
httpd.conf: |-
|
httpd.conf: |-
|
||||||
{{ load_file('httpd.conf') | indent }}
|
{{ load_file('httpd.conf') | indent(6) }}
|
||||||
anitya.wsgi: |-
|
anitya.wsgi: |-
|
||||||
{{ load_file('anitya.wsgi') | indent }}
|
{{ load_file('anitya.wsgi') | indent(6) }}
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -29,4 +29,4 @@ items:
|
||||||
app: release-monitoring
|
app: release-monitoring
|
||||||
data:
|
data:
|
||||||
config.toml: |-
|
config.toml: |-
|
||||||
{{ load_file('config.toml') | indent }}
|
{{ load_file('config.toml') | indent(6) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue