Skip to content

Commit e931a2f

Browse files
committed
fix: prevent workloads sync from waiting on pending pvc
1 parent ac34c38 commit e931a2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workloads/uptime-kuma/uptime-kuma.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ metadata:
1212
name: uptime-kuma-data
1313
namespace: uptime-kuma
1414
annotations:
15-
argocd.argoproj.io/sync-wave: "0"
15+
argocd.argoproj.io/sync-wave: "1"
1616
argocd.argoproj.io/sync-options: Delete=false,Prune=false
17+
argocd.argoproj.io/ignore-healthcheck: "true"
1718
spec:
1819
accessModes:
1920
- ReadWriteOnce

0 commit comments

Comments
 (0)