1
0
Fork 0

refactor(apps): rename namespaces.yml to kissj-namespaces.yml

naming parity between file and ArgoCD application
This commit is contained in:
Vojtěch Mareš 2022-04-11 00:12:16 +02:00
parent d39a9a9c45
commit b890c2909f
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

18
_apps/kissj-namespaces Normal file
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