diff --git a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml index 73cc7fa..219b645 100644 --- a/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml +++ b/nextcloud-syncthing-argocd-apps/templates/nextcloud-main-chart.yaml @@ -129,6 +129,8 @@ spec: nextcloudData: enabled: true existingClaim: {{ .Values.dataPvc.name }} + livenessProbe: + enabled: false destination: server: {{ .Values.destination.server }} namespace: {{ .Values.destination.namespace }}