From 0d7d344f81c5ba59ac4d77dff1fead4d0fa57af3 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Sep 2024 05:20:53 +0100 Subject: [PATCH] update config --- infrastructure/kube-sphere/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/kube-sphere/config.yaml b/infrastructure/kube-sphere/config.yaml index 27a22fc..5bc0fb0 100644 --- a/infrastructure/kube-sphere/config.yaml +++ b/infrastructure/kube-sphere/config.yaml @@ -8,7 +8,7 @@ metadata: version: v3.4.0 spec: persistence: - storageClass: "" # If there is no default StorageClass in your cluster, you need to specify an existing StorageClass here. + storageClass: "nfs-csi" # If there is no default StorageClass in your cluster, you need to specify an existing StorageClass here. authentication: # adminPassword: "" # Custom password of the admin user. If the parameter exists but the value is empty, a random password is generated. If the parameter does not exist, P@88w0rd is used. jwtSecret: "" # Keep the jwtSecret consistent with the Host Cluster. Retrieve the jwtSecret by executing "kubectl -n kubesphere-system get cm kubesphere-config -o yaml | grep -v "apiVersion" | grep jwtSecret" on the Host Cluster.