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 enabled: true
existingClaim: {{ .Values.dataPvc.name }} existingClaim: {{ .Values.dataPvc.name }}
destination: destination:
server: https://kubernetes.default.svc # Targeting the current Kubernetes cluster server: {{ .Values.destination.server }}
namespace: {{ .Values.mainNamespace }} namespace: {{ .Values.destination.namespace }}
syncPolicy: syncPolicy:
automated: automated:
prune: true # Automatically remove resources no longer in the repo prune: true # Automatically remove resources no longer in the repo

View File

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

View File

@@ -2,6 +2,10 @@ argocd:
namespace: argocd namespace: argocd
project: default project: default
destination:
server: https://kubernetes.default.svc
namespace: nextcloud
nextcloud: nextcloud:
enable: true enable: true
dbCluster: dbCluster: