refactor(apps): rename namespaces.yml to kissj-namespaces.yml
naming parity between file and ArgoCD application
This commit is contained in:
parent
d39a9a9c45
commit
b890c2909f
1 changed files with 0 additions and 0 deletions
18
_apps/kissj-namespaces
Normal file
18
_apps/kissj-namespaces
Normal 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
|
||||
Reference in a new issue