Disable auto sync in all apps
This commit is contained in:
commit
136fa6e8f4
@ -15,3 +15,7 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
automated: []
|
||||
# prune: true
|
||||
# selfHeal: true
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user