kube/argocd/applications/drone-execution.yaml

17 lines
357 B
YAML
Raw Normal View History

2023-08-29 06:29:36 +00:00
---
2022-08-16 09:40:54 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: drone-execution
namespace: argocd
spec:
2023-08-29 06:29:36 +00:00
project: k-space.ee
2022-08-16 09:40:54 +00:00
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: drone-execution
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: drone-execution
2023-08-29 06:29:36 +00:00
syncPolicy: {}