1
0
Fork 0

feat: add namespaces

This commit is contained in:
Vojtěch Mareš 2022-04-10 23:28:52 +02:00
parent ba94006a39
commit a2a2fb6f8b
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 30 additions and 0 deletions

18
_apps/namespaces.yml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: 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