File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
scripts/devtron-reference-helm-charts/statefulset-chart_5-1-0 Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 79
79
{{- end }}
80
80
{{- end }}
81
81
labels :
82
+ {{- if .Values.customPodLabels }}
83
+ {{ toYaml .Values.customPodLabels | indent 8 }}
84
+ {{- else }}
82
85
app : {{ template ".Chart.Name .name" $ }}
83
86
appId : {{ $.Values.app | quote }}
84
87
envId : {{ $.Values.env | quote }}
89
92
{{- if .Values.podLabels }}
90
93
{{ toYaml .Values.podLabels | indent 8 }}
91
94
{{- end }}
95
+ {{- end }}
92
96
spec :
93
97
{{- if $.Values.podExtraSpecs }}
94
98
{{ toYaml .Values.podExtraSpecs | indent 6 }}
Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ autoscaling:
123
123
# targetAverageValue: "2"
124
124
# type: External
125
125
#
126
+
127
+ customPodLabels :
128
+ release : lq1952
129
+
130
+
126
131
EnvVariablesFromSecretKeys :
127
132
- name : ENV_NAME
128
133
secretName : SECRET_NAME
You can’t perform that action at this time.
0 commit comments