diff --git a/kube/deploy/core/system-upgrade-controller/plans/talos/app/talos.yaml b/kube/deploy/core/system-upgrade-controller/plans/talos/app/talos.yaml index 1abf5cdf..43926800 100644 --- a/kube/deploy/core/system-upgrade-controller/plans/talos/app/talos.yaml +++ b/kube/deploy/core/system-upgrade-controller/plans/talos/app/talos.yaml @@ -25,7 +25,7 @@ spec: args: # if Ceph is completely healthy, surely k8s is healthy, right? - "wait" - | - --for=jsonpath='{.status.ceph.health}'='HEALTH_OK' + --for=jsonpath=.status.ceph.health=HEALTH_OK - "cephcluster" - "--all" - "--all-namespaces"