refactor: kissj app of apps
This commit is contained in:
parent
a2a2fb6f8b
commit
3a5b3d0196
1 changed files with 1 additions and 1 deletions
18
_apps/kissj-app-of-apps.yml
Normal file
18
_apps/kissj-app-of-apps.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kissj-app-of-apps
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: argocd
|
||||
server: https://kubernetes.default.svc
|
||||
project: kissj
|
||||
source:
|
||||
path: _apps
|
||||
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Reference in a new issue