Skip to content

Commit

Permalink
fix: deploy monitoring and pihole after tailscale
Browse files Browse the repository at this point in the history
When destroying, this stops the external service from deleting
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent f4ba970 commit c1f926e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion registry/clusters/dev/components/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: monitoring-components
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
argocd.argoproj.io/sync-wave: "20"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion registry/clusters/prod/components/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: monitoring-components
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
argocd.argoproj.io/sync-wave: "20"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 1 addition & 1 deletion registry/clusters/prod/components/pihole-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: pihole-ingress-components
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "10"
argocd.argoproj.io/sync-wave: "20"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down

0 comments on commit c1f926e

Please sign in to comment.