From 0180b3c9982a013536c4f35e049207880947f53f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 12 Mar 2026 00:01:03 +0000 Subject: [PATCH 1/2] Update manifests/argocd/values.yaml --- manifests/argocd/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/argocd/values.yaml b/manifests/argocd/values.yaml index 2bc54b4..03b8c22 100644 --- a/manifests/argocd/values.yaml +++ b/manifests/argocd/values.yaml @@ -70,11 +70,11 @@ repoServer: requests: cpu: 100m memory: 256Mi - volumes: - - name: tmp - emptyDir: {} + # volumes: + # - name: tmp + # emptyDir: {} - volumeMounts: - - name: tmp - mountPath: /tmp + # volumeMounts: + # - name: tmp + # mountPath: /tmp From d63f2f13822e0acf89a27a2312bc807264df328d Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 12 Mar 2026 08:21:30 +0000 Subject: [PATCH 2/2] Update argocd-apps/keycloak.yaml --- argocd-apps/keycloak.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd-apps/keycloak.yaml b/argocd-apps/keycloak.yaml index 4a776fb..f996ff2 100644 --- a/argocd-apps/keycloak.yaml +++ b/argocd-apps/keycloak.yaml @@ -16,6 +16,6 @@ spec: server: https://kubernetes.default.svc namespace: infra syncPolicy: - automated: - prune: true - selfHeal: true + automated: [] + # prune: true + # selfHeal: true