Disable auto sync in all apps
This commit is contained in:
commit
136fa6e8f4
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user