Skip to content

Commit 7d1892f

Browse files
authored
Merge branch 'main' into user-update
2 parents 07a8202 + 84e1d95 commit 7d1892f

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)