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

View file

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