Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Dec 12, 2024
1 parent c3c6691 commit 340218c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/keb/templates/runtime-reconciler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spec:
image: "{{ .Values.global.images.container_registry.path }}/{{ .Values.global.images.kyma_environment_broker.dir }}kyma-environment-runtime-reconciler:{{ .Values.global.images.kyma_environment_runtime_reconciler.version }}"
imagePullPolicy: Always
ports:
- containerPort: {{ .Values.runtimeReconciler.metricsPort }}
name: http
protocol: TCP
- containerPort: {{ .Values.runtimeReconciler.metricsPort }}
name: http
protocol: TCP
env:
- name: RUNTIME_RECONCILER_DRY_RUN
value: "{{ .Values.runtimeReconciler.dryRun }}"
Expand Down

0 comments on commit 340218c

Please sign in to comment.