diff --git a/deploy/drone/drone.yaml b/deploy/drone/drone.yaml new file mode 100644 index 0000000..5e3f7b8 --- /dev/null +++ b/deploy/drone/drone.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: drone + namespace: argocd +spec: + project: panic-infra + source: + repoURL: 'https://charts.drone.io' + chart: drone + targetRevision: HEAD + helm: + valueFiles: + - values.yaml + destination: + server: 'https://kubernetes.default.svc' + namespace: drone-ci