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
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
apiVersion: build.openshift.io/v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
annotations:
|
||||
app.openshift.io/vcs-ref: ""
|
||||
app.openshift.io/vcs-uri: https://github.com/fedora-infra/planet
|
||||
|
@ -11,7 +11,7 @@
|
|||
app.kubernetes.io/name: planet
|
||||
app.kubernetes.io/part-of: planet-app
|
||||
name: planet
|
||||
spec:
|
||||
spec:
|
||||
nodeSelector: null
|
||||
output:
|
||||
to:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: planet
|
||||
app.kubernetes.io/component: planet
|
||||
|
@ -8,7 +8,7 @@
|
|||
app.kubernetes.io/name: planet
|
||||
app.kubernetes.io/part-of: planet-app
|
||||
name: planet
|
||||
spec:
|
||||
spec:
|
||||
progressDeadlineSeconds: 600
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue