Enable auto sync on all apps
This commit is contained in:
parent
76658cb38e
commit
4386eca8c5
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -16,5 +18,8 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: minio-bitnami
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -15,3 +17,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: caretta
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -16,5 +18,8 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: caretta
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: cert-manager
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -16,5 +18,8 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: cert-manager
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: cloudflared
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
destination:
|
||||
@ -15,3 +17,9 @@ spec:
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/cloudflared/values.yaml
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: headlamp
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -19,3 +21,4 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: keycloak
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -15,3 +17,7 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: local-path-provisioner
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
destination:
|
||||
@ -16,5 +18,7 @@ spec:
|
||||
valueFiles:
|
||||
- ../../manifests/local-path-provisioner/values.yaml
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: metallb-base
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -23,3 +25,9 @@ spec:
|
||||
kind: CustomResourceDefinition
|
||||
jsonPointers:
|
||||
- /spec/conversion/webhook/clientConfig/caBundle
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: metallb-config
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -12,3 +14,9 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: nfs-subdir
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -15,3 +17,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: nvidia-device-plugin
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -13,5 +15,6 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kube-system
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: radar
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -15,3 +17,8 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: raw-resources
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: infra
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
@ -15,8 +17,6 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user