File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 value: " {{ .Values.global.clusterDomain }}"
2121{{- if (.Values.appStorageClass ) }}
2222- name: " DRYCC_APP_STORAGE_CLASS"
23- value: " {{ .Values.appStorageClass }}"
23+ value: " {{ (tpl .Values.appStorageClass .) }}"
2424{{- end }}
2525{{- if (.Values.appRuntimeClass ) }}
2626- name: " DRYCC_APP_RUNTIME_CLASS"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ registrationMode: "admin_only"
1717k8sApiVerifyTls : " true"
1818
1919# Set storageClassName. It is used for application.
20- appStorageClass : " drycc- storage"
20+ appStorageClass : " {{ .Values. storage.csi.storageClassName }} "
2121# Set runtimeClassName. It is used for application.
2222appRuntimeClass : " "
2323# Set appDNSPolicy. It is used for application.
@@ -108,6 +108,10 @@ webhook:
108108redis :
109109 replicas : 1
110110
111+ storage :
112+ csi :
113+ storageClassName : drycc-storage
114+
111115global :
112116 # Admin email, used for each component to send email to administrator
113117 email : " drycc@drycc.cc"
You can’t perform that action at this time.
0 commit comments