Fixed planet templates identation
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
c397be2799
commit
57a9b8f70a
2 changed files with 87 additions and 87 deletions
|
@ -1,6 +1,6 @@
|
||||||
- apiVersion: build.openshift.io/v1
|
apiVersion: build.openshift.io/v1
|
||||||
kind: BuildConfig
|
kind: BuildConfig
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
app.openshift.io/vcs-ref: ""
|
app.openshift.io/vcs-ref: ""
|
||||||
app.openshift.io/vcs-uri: https://github.com/fedora-infra/planet
|
app.openshift.io/vcs-uri: https://github.com/fedora-infra/planet
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
app.kubernetes.io/name: planet
|
app.kubernetes.io/name: planet
|
||||||
app.kubernetes.io/part-of: planet-app
|
app.kubernetes.io/part-of: planet-app
|
||||||
name: planet
|
name: planet
|
||||||
spec:
|
spec:
|
||||||
nodeSelector: null
|
nodeSelector: null
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
- apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: planet
|
app: planet
|
||||||
app.kubernetes.io/component: planet
|
app.kubernetes.io/component: planet
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
app.kubernetes.io/name: planet
|
app.kubernetes.io/name: planet
|
||||||
app.kubernetes.io/part-of: planet-app
|
app.kubernetes.io/part-of: planet-app
|
||||||
name: planet
|
name: planet
|
||||||
spec:
|
spec:
|
||||||
progressDeadlineSeconds: 600
|
progressDeadlineSeconds: 600
|
||||||
replicas: 1
|
replicas: 1
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue