argo application renamed

This commit is contained in:
2024-04-09 19:45:35 +02:00
parent 437badefb1
commit 2e72a1346d

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nextcloud
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: nextcloud
project: default
source:
path: apps/nextcloud
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true