From 0a95f70c6791966f9382e8803c270247a2a165b7 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Thu, 18 Nov 2021 18:54:55 +0100 Subject: [PATCH] disable autosync --- k8s/.prd-video-cluster-kubeconfig.yaml.icloud | Bin 183 -> 0 bytes k8s/applications/templates/argocd.yaml | 20 +++++++-------- k8s/applications/templates/webrtc-be.yaml | 24 +++++++++--------- k8s/argocd/base/applications.yaml | 22 ++++++++-------- 4 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 k8s/.prd-video-cluster-kubeconfig.yaml.icloud diff --git a/k8s/.prd-video-cluster-kubeconfig.yaml.icloud b/k8s/.prd-video-cluster-kubeconfig.yaml.icloud deleted file mode 100644 index 97cc9bec6cb239061d2a411fb6d44c92b2934c10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmYc)$jK}&F)+By$i&RT$`<1n92(@~mzbOComv?$AOPmNW#*&?XI4RkB;Z0psm1xF zMaiill?4zf#e$*~-LlM-)O_9KoYLZw)FR#N(xlYn{JgZxbiK;N+#Er!^YH>QSWO5@ dO)t$!EaKpo(f7(LWB>z3MhMNo4y9q#1OR1uG*bWo diff --git a/k8s/applications/templates/argocd.yaml b/k8s/applications/templates/argocd.yaml index d760fd7..3fdcb4b 100644 --- a/k8s/applications/templates/argocd.yaml +++ b/k8s/applications/templates/argocd.yaml @@ -12,13 +12,13 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file diff --git a/k8s/applications/templates/webrtc-be.yaml b/k8s/applications/templates/webrtc-be.yaml index 93c6b66..c662eca 100644 --- a/k8s/applications/templates/webrtc-be.yaml +++ b/k8s/applications/templates/webrtc-be.yaml @@ -15,15 +15,15 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # syncOptions: + # - CreateNamespace=true + # automated: + # prune: true + # allowEmpty: false + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file diff --git a/k8s/argocd/base/applications.yaml b/k8s/argocd/base/applications.yaml index 5b1363b..04a54c9 100644 --- a/k8s/argocd/base/applications.yaml +++ b/k8s/argocd/base/applications.yaml @@ -11,14 +11,14 @@ spec: repoURL: 'git@bitbucket.org:jamkazam/video-iac.git' targetRevision: HEAD project: default - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file + # syncPolicy: + # syncOptions: + # - CreateNamespace=true + # automated: + # prune: true + # retry: + # limit: 5 + # backoff: + # duration: 5s + # factor: 2 + # maxDuration: 3m \ No newline at end of file