fix: 修正类型问题
This commit is contained in:
@@ -35,9 +35,9 @@ spec:
|
||||
name: config
|
||||
readOnly: true
|
||||
subPath: config.toml
|
||||
imagePullSecrets: {{ .Values.adapter.image.pullSecrets }}
|
||||
nodeSelector: {{ .Values.adapter.nodeSelector }}
|
||||
tolerations: {{ .Values.adapter.tolerations }}
|
||||
imagePullSecrets: {{ .Values.adapter.image.pullSecrets | default nil }}
|
||||
nodeSelector: {{ .Values.adapter.nodeSelector | default nil }}
|
||||
tolerations: {{ .Values.adapter.tolerations | default nil }}
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user