From 1b7fe2fe4db3240574b7700f5d6fb1bd5b77704e Mon Sep 17 00:00:00 2001 From: AdheipSingh <34169002+AdheipSingh@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:24:52 +0530 Subject: [PATCH] Update standalone-deployment.yaml Signed-off-by: AdheipSingh <34169002+AdheipSingh@users.noreply.github.com> --- helm/templates/standalone-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/standalone-deployment.yaml b/helm/templates/standalone-deployment.yaml index f7e18e8ac..abb552ba6 100644 --- a/helm/templates/standalone-deployment.yaml +++ b/helm/templates/standalone-deployment.yaml @@ -18,7 +18,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - {{- .Values.parseable.podLabels | toYaml | nindent 4 }} + {{- .Values.parseable.podLabels | toYaml | nindent 8 }} {{- include "parseable.labelsSelector" . | nindent 8 }} spec: {{- with .Values.parseable.imagePullSecrets }} @@ -109,4 +109,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}