Skip to content

Commit 84e1d95

Browse files
akshatsinha007prakarsh-dtjatin-jangir-0220
authored
deployment chart fix (#5215)
Co-authored-by: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com> Co-authored-by: jatin-jangir-0220 <122791251+jatin-jangir-0220@users.noreply.github.com>
1 parent d042869 commit 84e1d95

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

scripts/devtron-reference-helm-charts/deployment-chart_1-0-0/templates/keda-autoscaling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ metadata:
1010
chart: {{ template ".Chart.Name .chart" . }}
1111
release: {{ .Release.Name }}
1212
{{- if .Values.appLabels }}
13-
{{ toYaml .Values.appLabels | indent 4 }}
13+
{{ toYaml .Values.appLabels | indent 4 }}
1414
{{- end }}
1515
{{- if .Values.kedaAutoscaling.labels }}
16-
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16+
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
1717
{{- end }}
1818
{{- if .Values.kedaAutoscaling.annotations }}
1919
annotations:
20-
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20+
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
2121
{{- end }}
2222
spec:
2323
scaleTargetRef:

scripts/devtron-reference-helm-charts/deployment-chart_1-1-0/templates/keda-autoscaling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ metadata:
1010
chart: {{ template ".Chart.Name .chart" . }}
1111
release: {{ .Release.Name }}
1212
{{- if .Values.appLabels }}
13-
{{ toYaml .Values.appLabels | indent 4 }}
13+
{{ toYaml .Values.appLabels | indent 4 }}
1414
{{- end }}
1515
{{- if .Values.kedaAutoscaling.labels }}
16-
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16+
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
1717
{{- end }}
1818
{{- if .Values.kedaAutoscaling.annotations }}
1919
annotations:
20-
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20+
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
2121
{{- end }}
2222
spec:
2323
scaleTargetRef:

scripts/devtron-reference-helm-charts/deployment-chart_4-18-0/templates/keda-autoscaling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ metadata:
1010
chart: {{ template ".Chart.Name .chart" . }}
1111
release: {{ .Release.Name }}
1212
{{- if .Values.appLabels }}
13-
{{ toYaml .Values.appLabels | indent 4 }}
13+
{{ toYaml .Values.appLabels | indent 4 }}
1414
{{- end }}
1515
{{- if .Values.kedaAutoscaling.labels }}
16-
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16+
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
1717
{{- end }}
1818
{{- if .Values.kedaAutoscaling.annotations }}
1919
annotations:
20-
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20+
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
2121
{{- end }}
2222
spec:
2323
scaleTargetRef:

scripts/devtron-reference-helm-charts/deployment-chart_4-19-0/templates/keda-autoscaling.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ metadata:
1010
chart: {{ template ".Chart.Name .chart" . }}
1111
release: {{ .Release.Name }}
1212
{{- if .Values.appLabels }}
13-
{{ toYaml .Values.appLabels | indent 4 }}
13+
{{ toYaml .Values.appLabels | indent 4 }}
1414
{{- end }}
1515
{{- if .Values.kedaAutoscaling.labels }}
16-
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16+
{{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
1717
{{- end }}
1818
{{- if .Values.kedaAutoscaling.annotations }}
1919
annotations:
20-
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20+
{{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
2121
{{- end }}
2222
spec:
2323
scaleTargetRef:

0 commit comments

Comments
 (0)