2024-08-24 16:01:40 +00:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: members
|
2024-08-24 16:05:53 +00:00
|
|
|
namespace: argocd
|
2024-08-24 16:01:40 +00:00
|
|
|
spec:
|
|
|
|
project: k-space.ee
|
|
|
|
source:
|
|
|
|
repoURL: 'git@git.k-space.ee:k-space/members.git'
|
2024-08-24 16:19:27 +00:00
|
|
|
path: members
|
2024-08-24 16:01:40 +00:00
|
|
|
targetRevision: HEAD
|
|
|
|
destination:
|
|
|
|
server: 'https://kubernetes.default.svc'
|
|
|
|
namespace: passmower
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|