mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
new gitops template
This commit is contained in:
32
cluster/apps/development/drone-runner-kube/helm-release.yaml
Normal file
32
cluster/apps/development/drone-runner-kube/helm-release.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: drone-runner-kube
|
||||
namespace: development
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
spec:
|
||||
# renovate: registryUrl=https://charts.drone.io
|
||||
chart: drone-runner-kube
|
||||
version: 0.1.5
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: drone-charts
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
values:
|
||||
image:
|
||||
repository: drone/drone-runner-kube
|
||||
tag: 1.0.0-beta.6
|
||||
env:
|
||||
DRONE_RPC_SECRET: ${SECRET_DRONE_RPC_SECRET}
|
||||
DRONE_RPC_PROTO: http
|
||||
DRONE_SECRET_PLUGIN_TOKEN: ${SECRET_DRONE_PLUGIN_TOKEN}
|
||||
DRONE_NAMESPACE_DEFAULT: development
|
||||
DRONE_RPC_HOST: drone
|
||||
DRONE_SECRET_PLUGIN_ENDPOINT: http://drone-kubernetes-secrets:3000
|
||||
rbac:
|
||||
buildNamespaces:
|
||||
- development
|
Reference in New Issue
Block a user