kube/argocd/applications/members.yaml

21 lines
409 B
YAML
Raw Normal View History

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