Open kamilgregorczyk opened 2 years ago
Thank you for reporting this, what version of the kube runner helm chart are you using? Thanks
I stopped using drone but it was the latest one from the day this bug was reported
Same here (!)
current version
workaround (like mentioned in the values: https://github.com/drone/charts/blob/master/charts/drone-runner-kube/values.yaml#L95):
resource "helm_release" "drone-runner-kube" {
...
set {
name = "env.DRONE_NAMESPACE_DEFAULT"
value = "drone"
}
set {
name = "rbac.buildNamespaces"
value = "{drone}"
}
}
after installing drone runners by
with values:
I'm getting
when running a pipeline