Parcourir la source

move to mon set config

Josh Bicking il y a 1 jour
Parent
commit
dfbf6887e7
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      argocd/rook/rook-ceph-cluster-values.yaml

+ 5 - 4
argocd/rook/rook-ceph-cluster-values.yaml

@@ -1,9 +1,5 @@
 # From https://raw.githubusercontent.com/rook/rook/v1.18.9/deploy/charts/rook-ceph-cluster/values.yaml
 
-configOverride: |
-  [osd]
-  osd_memory_target_autotune = true
-
 # Installs a debugging toolbox deployment
 toolbox:
   # -- Enable Ceph debugging pod deployment. See [toolbox](../Troubleshooting/ceph-toolbox.md)
@@ -142,6 +138,11 @@ cephClusterSpec:
         cpu: 0
         memory: "50Mi"
 
+          # https://github.com/rook/rook/blob/f244f47eeacc42c4e755b9bf21e88e0431ba4cac/Documentation/CRDs/Cluster/ceph-cluster-crd.md#ceph-config
+    cephConfig:
+      "osd.*":
+        osd_memory_target_autotune: true
+
 # -- A list of CephBlockPool configurations to deploy
 # @default -- See [below](#ceph-block-pools)
 cephBlockPools: