1
0
Fork 0

fix(apps): forgot .yml for kissj-namespaces

This commit is contained in:
Vojtěch Mareš 2022-04-11 00:13:25 +02:00
parent b890c2909f
commit 4cbf45f33e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kissj-namespaces
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: kissj
source:
path: namespaces
repoURL: https://gitlab.mareshq.com/gitops/skautdevs/kissj.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true