From 59b14cfffd548f8f3f790a108a61767d3328f564 Mon Sep 17 00:00:00 2001 From: mlycore Date: Sun, 9 Jul 2023 21:53:33 +0800 Subject: [PATCH] chore: remove persistent storage check Signed-off-by: mlycore --- .../templates/operator_deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/apache-shardingsphere-operator-charts/templates/operator_deployment.yaml b/charts/apache-shardingsphere-operator-charts/templates/operator_deployment.yaml index 3813b012..3b58348f 100644 --- a/charts/apache-shardingsphere-operator-charts/templates/operator_deployment.yaml +++ b/charts/apache-shardingsphere-operator-charts/templates/operator_deployment.yaml @@ -15,11 +15,6 @@ # limitations under the License. # -# Check Zookeeper settings -# if enabled zookeeper's persistence, should set correct storageClass for it -{{- if .Values.zookeeper.persistence.enabled }} -{{- required "Detected .Values.zookeeper.persistence.enabled is true, please set a correct .Values.zookeeper.persistence.storageClass !" .Values.zookeeper.persistence.storageClass -}} -{{- end }} --- apiVersion: apps/v1 kind: Deployment