Skip to content

Commit

Permalink
refactor(argocd): re-enable argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tuana9a committed Nov 11, 2024
1 parent 6d7c1ad commit f1a96ad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions 100-argo-apps/100-argo-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: false
selfHeal: false
2 changes: 1 addition & 1 deletion 100-argo-apps/120-k8s-namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
syncPolicy:
automated:
prune: false
selfHeal: true
selfHeal: false
2 changes: 1 addition & 1 deletion 100-argo-apps/130-auth-manifests-k8s-cobi-tuana9a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
syncPolicy:
automated:
prune: false
selfHeal: true
selfHeal: false
4 changes: 4 additions & 0 deletions 100-argo-apps/210-knative-gke-singapore-tuana9a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
# targetRevision: main
# destination:
# server: "https://34.142.170.198"
# syncPolicy:
# automated:
# prune: false
# selfHeal: false
4 changes: 4 additions & 0 deletions 100-argo-apps/210-knative-k8s-cobi-tuana9a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ spec:
targetRevision: main
destination:
server: "https://kubernetes.default.svc"
syncPolicy:
automated:
prune: false
selfHeal: false
10 changes: 5 additions & 5 deletions 100-argo-apps/300-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
destination:
server: "https://kubernetes.default.svc"
namespace: prometheus
# NOTE: wait until https://github.com/prometheus/alertmanager/pull/3728 being released
# syncPolicy:
# automated:
# prune: false
# selfHeal: true
# NOTE: wait https://github.com/prometheus/alertmanager/pull/3728 to be released
syncPolicy:
automated:
prune: false
selfHeal: false

0 comments on commit f1a96ad

Please sign in to comment.