Commit b3ef16b 1 parent f6da414 commit b3ef16b Copy full SHA for b3ef16b
File tree 2 files changed +6
-6
lines changed
charts/greptimedb-cluster
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- {{- if .Values.debug }}
2
- {{- if .Values.debug .enabled }}
1
+ {{- if .Values.debugPod }}
2
+ {{- if .Values.debugPod .enabled }}
3
3
apiVersion : apps/v1
4
4
kind : Deployment
5
5
metadata :
@@ -18,10 +18,10 @@ spec:
18
18
app : {{ .Release.Name }}-debug-pod
19
19
spec :
20
20
containers :
21
- - image : {{ printf "%s/%s:%s" .Values.debug .image.registry .Values.debug .image.repository .Values.debug .image.tag }}
21
+ - image : {{ printf "%s/%s:%s" .Values.debugPod .image.registry .Values.debugPod .image.repository .Values.debugPod .image.tag }}
22
22
name : {{ .Release.Name }}-debug-pod
23
- {{- if .Values.debug .resources }}
24
- resources : {{ toYaml .Values.debug .resources | nindent 12 }}
23
+ {{- if .Values.debugPod .resources }}
24
+ resources : {{ toYaml .Values.debugPod .resources | nindent 12 }}
25
25
{{- end }}
26
26
{{- end }}
27
27
{{- end }}
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ auth:
467
467
- username : " admin"
468
468
password : " admin"
469
469
470
- debug :
470
+ debugPod :
471
471
# -- Enable debug pod
472
472
enabled : false
473
473
You can’t perform that action at this time.
0 commit comments