diff --git a/kube/deploy/apps/gotosocial/ks.yaml b/kube/deploy/apps/gotosocial/ks.yaml index 6010e7d9..c7472c88 100644 --- a/kube/deploy/apps/gotosocial/ks.yaml +++ b/kube/deploy/apps/gotosocial/ks.yaml @@ -33,7 +33,7 @@ spec: - apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource current: status.conditions.filter(s, s.status == "False").all(s, s.reason == "WaitingForManual" || s.reason == "WaitingForSchedule") && status.latestMoverStatus.result == "Successful" - inProgress: status.conditions.filter(s, s.status == "True").all(s, s.reason == "SyncInProgress") + # inProgress: status.conditions.filter(s, s.status == "True").all(s, s.reason == "SyncInProgress") # TODO: somehow the inProgress healthCheckExprs CEL expression causes Flux to infinitely think it's inProgress failed: status.latestMoverStatus.result == "Failed" # TODO: add failed conditions postBuild: substitute: