Added nextcloud

This commit is contained in:
2024-11-09 22:16:03 +00:00
parent d52e217a0f
commit e6b1d93c84
3 changed files with 8 additions and 4 deletions

View File

@@ -89,8 +89,8 @@ spec:
enabled: true
existingClaim: {{ .Values.dataPvc.name }}
destination:
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster
namespace: {{ .Values.mainNamespace }}
server: {{ .Values.destination.server }}
namespace: {{ .Values.destination.namespace }}
syncPolicy:
automated:
prune: true # Automatically remove resources no longer in the repo

View File

@@ -36,8 +36,8 @@ spec:
storageClassName: {{ .Values.dataPvc.storageClassName }}
size: {{ .Values.dataPvc.size }}
destination:
server: {{ .Values.mainDestination }}
namespace: {{ .Values.mainNamespace }}
server: {{ .Values.destination.server }}
namespace: {{ .Values.destination.namespace }}
syncPolicy:
automated:
prune: true # Automatically remove resources no longer in the repo