add drone
This commit is contained in:
17
deploy/drone/drone.yaml
Normal file
17
deploy/drone/drone.yaml
Normal file
@@ -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
|
Reference in New Issue
Block a user