add nextcloud2
This commit is contained in:
25
apps/nextcloud2-app.yaml
Normal file
25
apps/nextcloud2-app.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: nextcloud2-dev
|
||||
namespace: argocd-namespace
|
||||
spec:
|
||||
project: default
|
||||
sources: # Notez le 's' à sources
|
||||
- repoURL: https://nextcloud.github.io/helm/
|
||||
chart: nextcloud
|
||||
targetRevision: 8.6.1
|
||||
helm:
|
||||
# On lie les values du second repo ci-dessous
|
||||
valueFiles:
|
||||
- $values/nextcloud/dev/values.yaml
|
||||
- repoURL: https://git.gkdomaine.fr/kubernetes/argocd.git
|
||||
targetRevision: main
|
||||
ref: values # On donne un alias à ce repo
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: nextcloud2-dev
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Reference in New Issue
Block a user