deploy drone
This commit is contained in:
parent
9d5d218eb4
commit
6bd183d274
10 changed files with 117 additions and 2 deletions
10
flux/cluster/base/flux-system/charts/helm/drone-charts.yaml
Normal file
10
flux/cluster/base/flux-system/charts/helm/drone-charts.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: drone-charts
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
url: https://charts.drone.io
|
||||
timeout: 3m
|
|
@ -6,3 +6,4 @@ resources:
|
|||
- external-secrets-charts.yaml
|
||||
- authentik-charts.yaml
|
||||
- fairwinds-charts.yaml
|
||||
- drone-charts.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue