kanban/qa: adjust indent in cron
This commit is contained in:
parent
9dda792f2f
commit
35c269efa5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
- name: kanban-sync
|
||||
image: image-registry.openshift-image-registry.svc:5000/kanban/kanban:latest
|
||||
env:
|
||||
{{ load_file('envvars.jinja') | indent(8) }}
|
||||
{{ load_file('envvars.jinja') | indent(12) }}
|
||||
volumeMounts:
|
||||
- name: kanban-secret-volume
|
||||
mountPath: /opt/app-root/secret/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue