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:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated: []
# prune: true
# selfHeal: true

View File

@ -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