ceph: disable dashboard
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / install / templates / cluster.yaml.j2
index c49d1c3c0588c921eba32e7ceaac02c67cf7d3d6..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.