Added nextcloud
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user