Disable auto sync in all apps

This commit is contained in:
dvirlabs 2026-03-13 05:07:08 +02:00
commit 136fa6e8f4
2 changed files with 10 additions and 6 deletions

View File

@ -15,3 +15,7 @@ spec:
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: infra namespace: infra
syncPolicy:
automated: []
# prune: true
# selfHeal: true

View File

@ -70,11 +70,11 @@ repoServer:
requests: requests:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
volumes: # volumes:
- name: tmp # - name: tmp
emptyDir: {} # emptyDir: {}
volumeMounts: # volumeMounts:
- name: tmp # - name: tmp
mountPath: /tmp # mountPath: /tmp