add root-apps
This commit is contained in:
25
apps/nextcloud-app.yaml
Normal file
25
apps/nextcloud-app.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: nextcloud-dev
|
||||||
|
namespace: argocd-namespace
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
sources: # Notez le 's' à sources
|
||||||
|
- repoURL: https://nextcloud.github.io/helm/
|
||||||
|
chart: nextcloud
|
||||||
|
targetRevision: 8.7.0
|
||||||
|
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: nextcloud-dev
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
Reference in New Issue
Block a user