ceph: disable dashboard
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / install / templates / cluster.yaml.j2
index 36d29ba00d43cce6424d81a44cee727899d1a14c..df8cd16f6884918d056d746146d0e4c84d197e72 100644 (file)
@@ -75,7 +75,7 @@ spec:
     #   enabled: true
   # enable the ceph dashboard for viewing cluster status
   dashboard:
-    enabled: true
+    enabled: {{ rook_ceph_dashboard_enabled }}
     # serve the dashboard under a subpath (useful when you are accessing the dashboard via a reverse proxy)
     # urlPrefix: /ceph-dashboard
     # serve the dashboard at the given port.
@@ -185,7 +185,7 @@ spec:
   storage: # cluster level storage configuration and selection
     useAllNodes: true
     useAllDevices: false
-    deviceFilter: "^vdb$"
+    deviceFilter: "{{ rook_node_device_filter }}"
     location:
     config:
       # crushRoot: "custom-root" # specify a non-default root label for the CRUSH map