mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 11:27:52 +00:00
fix(argocd): Enabling selfHeal and prune on Applications
This commit is contained in:
@@ -15,6 +15,8 @@ spec:
|
||||
namespace: arr
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
namespace: home-assistant
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
namespace: plex
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
namespace: whoami
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -17,5 +17,6 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -35,3 +35,6 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -36,3 +36,6 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -9,3 +9,6 @@ spec:
|
||||
destinations:
|
||||
- namespace: 'argocd'
|
||||
server: '*'
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
@@ -17,5 +17,6 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@@ -17,5 +17,6 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Reference in New Issue
Block a user