Fixed planet templates identation

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2024-01-17 12:04:33 -03:00 committed by phsmoura
parent c397be2799
commit 57a9b8f70a
2 changed files with 87 additions and 87 deletions

View file

@ -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:

View file

@ -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