Skip to content

Commit

Permalink
Create nextcloud app under ArgoCD control
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Oct 2, 2024
1 parent 5148f7d commit 38a1ae0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions argocd/apps/nextcloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nextcloud
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/ikanago/homelab
targetRevision: HEAD
path: helm/nextcloud
destination:
server: https://kubernetes.default.svc
namespace: nextcloud
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

0 comments on commit 38a1ae0

Please sign in to comment.