diff --git a/argocd-apps/keycloak.yaml b/argocd-apps/keycloak.yaml index 5a82e89..f996ff2 100644 --- a/argocd-apps/keycloak.yaml +++ b/argocd-apps/keycloak.yaml @@ -15,3 +15,7 @@ spec: destination: server: https://kubernetes.default.svc namespace: infra + syncPolicy: + automated: [] + # prune: true + # selfHeal: true 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