Update root-set.yaml

This commit is contained in:
2025-05-30 15:53:50 +03:00
parent b581a2254b
commit 2aab0d372b
2 changed files with 56 additions and 29 deletions

56
root-set.yaml Normal file
View File

@@ -0,0 +1,56 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app
namespace: argocd
spec:
project: default
source:
repoURL: https://git.konsthol.eu/konsthol/argocdapps
path: .
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-app
namespace: argocd
spec:
project: default
source:
repoURL: https://git.konsthol.eu/konsthol/argocdapps
path: example-app
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: example-app
syncPolicy:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: json-echo
namespace: argocd
spec:
project: default
source:
repoURL: https://git.konsthol.eu/konsthol/argocdapps
path: json-echo
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: json-echo
syncPolicy:
automated:
prune: true
selfHeal: true