fix(drone-runner): Fix some mistakes (#3514)
* fix(drone): Fix some mistakes * bump * Update questions.yaml * minor changes * Update charts/incubator/drone-runner/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
image:
|
||||
repository: drone/drone-runner-kube
|
||||
repository: tccr.io/truecharts/drone-runner-kube
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:003848908e19a23b8f3eb97c763cc634e48826517c587d526707e0668feb22b7
|
||||
tag: v1.0.0@sha256:d3e206ce5a124ab363b408d131594e9b5be88ae14a9f3ba8206e26cd7f3b30f2
|
||||
|
||||
env:
|
||||
DRONE_RPC_HOST: ""
|
||||
DRONE_RPC_PROTO: "http"
|
||||
|
||||
secretEnv:
|
||||
DRONE_RPC_SECRET: ""
|
||||
|
||||
service:
|
||||
@@ -13,6 +15,7 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 3000
|
||||
protocol: HTTP
|
||||
targetPort: 3000
|
||||
|
||||
rbac:
|
||||
|
||||
Reference in New Issue
Block a user