firmitas: fix indentation error in buildconfig template
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
d2fa0bd8e0
commit
50c76f8248
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ apiVersion: build.openshift.io/v1
|
||||||
kind: BuildConfig
|
kind: BuildConfig
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ firmitas_application_name }}-build"
|
name: "{{ firmitas_application_name }}-build"
|
||||||
namespace:"{{ firmitas_namespace }}"
|
namespace: "{{ firmitas_namespace }}"
|
||||||
spec:
|
spec:
|
||||||
source:
|
source:
|
||||||
git:
|
git:
|
||||||
|
@ -21,4 +21,3 @@ spec:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: "{{ firmitas_application_name }}:latest"
|
name: "{{ firmitas_application_name }}:latest"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue