fix: 修正类型问题

This commit is contained in:
zhangxinhui02
2025-08-20 02:58:21 +08:00
parent 93778370bf
commit 4c5c7137e7
12 changed files with 22 additions and 22 deletions

View File

@@ -59,9 +59,9 @@ spec:
- mountPath: /MaiMBot/statistics
name: statistics
{{- end }}
imagePullSecrets: {{ .Values.core.image.pullSecrets }}
nodeSelector: {{ .Values.core.nodeSelector }}
tolerations: {{ .Values.core.tolerations }}
imagePullSecrets: {{ .Values.core.image.pullSecrets | default nil }}
nodeSelector: {{ .Values.core.nodeSelector | default nil }}
tolerations: {{ .Values.core.tolerations | default nil }}
volumes:
- name: data
persistentVolumeClaim: