Skip to content

Commit

Permalink
disable automated sync
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 11, 2024
1 parent 8bfa097 commit dd3f6e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ projects:
path: deploy
repoURL: https://github.com/team-xquare/xquare-gitops-repo.git
syncPolicy:
automated:
prune: true
selfHeal: true
# automated:
# prune: true
# selfHeal: true
- name: xquare-resources
applications:
- name: xquare-club
Expand Down Expand Up @@ -37,7 +37,7 @@ projects:
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
prune: false
selfHeal: true
- name: external-auth
namespace: xquare-prod
Expand All @@ -54,9 +54,9 @@ projects:
path: apps/aws-node-termination-handler
repoURL: https://github.com/team-xquare/k8s-resource.git
syncPolicy:
automated:
prune: false
selfHeal: true
# automated:
# prune: false
# selfHeal: true
- name: dex
namespace: dex
source:
Expand Down

0 comments on commit dd3f6e5

Please sign in to comment.