File tree 4 files changed +12
-12
lines changed
scripts/devtron-reference-helm-charts
deployment-chart_1-0-0/templates
deployment-chart_1-1-0/templates
deployment-chart_4-18-0/templates
deployment-chart_4-19-0/templates 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ metadata:
10
10
chart : {{ template ".Chart.Name .chart" . }}
11
11
release : {{ .Release.Name }}
12
12
{{- if .Values.appLabels }}
13
- {{ toYaml .Values.appLabels | indent 4 }}
13
+ {{ toYaml .Values.appLabels | indent 4 }}
14
14
{{- end }}
15
15
{{- if .Values.kedaAutoscaling.labels }}
16
- {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16
+ {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
17
17
{{- end }}
18
18
{{- if .Values.kedaAutoscaling.annotations }}
19
19
annotations :
20
- {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20
+ {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
21
21
{{- end }}
22
22
spec :
23
23
scaleTargetRef :
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ metadata:
10
10
chart : {{ template ".Chart.Name .chart" . }}
11
11
release : {{ .Release.Name }}
12
12
{{- if .Values.appLabels }}
13
- {{ toYaml .Values.appLabels | indent 4 }}
13
+ {{ toYaml .Values.appLabels | indent 4 }}
14
14
{{- end }}
15
15
{{- if .Values.kedaAutoscaling.labels }}
16
- {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16
+ {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
17
17
{{- end }}
18
18
{{- if .Values.kedaAutoscaling.annotations }}
19
19
annotations :
20
- {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20
+ {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
21
21
{{- end }}
22
22
spec :
23
23
scaleTargetRef :
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ metadata:
10
10
chart : {{ template ".Chart.Name .chart" . }}
11
11
release : {{ .Release.Name }}
12
12
{{- if .Values.appLabels }}
13
- {{ toYaml .Values.appLabels | indent 4 }}
13
+ {{ toYaml .Values.appLabels | indent 4 }}
14
14
{{- end }}
15
15
{{- if .Values.kedaAutoscaling.labels }}
16
- {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16
+ {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
17
17
{{- end }}
18
18
{{- if .Values.kedaAutoscaling.annotations }}
19
19
annotations :
20
- {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20
+ {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
21
21
{{- end }}
22
22
spec :
23
23
scaleTargetRef :
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ metadata:
10
10
chart : {{ template ".Chart.Name .chart" . }}
11
11
release : {{ .Release.Name }}
12
12
{{- if .Values.appLabels }}
13
- {{ toYaml .Values.appLabels | indent 4 }}
13
+ {{ toYaml .Values.appLabels | indent 4 }}
14
14
{{- end }}
15
15
{{- if .Values.kedaAutoscaling.labels }}
16
- {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
16
+ {{ toYaml .Values.kedaAutoscaling.labels | indent 4 }}
17
17
{{- end }}
18
18
{{- if .Values.kedaAutoscaling.annotations }}
19
19
annotations :
20
- {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
20
+ {{ toYaml .Values.kedaAutoscaling.annotations | indent 4 }}
21
21
{{- end }}
22
22
spec :
23
23
scaleTargetRef :
You can’t perform that action at this time.
0 commit comments