You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default: secrets is forbidden: User "system:serviceaccount:drone:drone-runner-drone-runner-kube" cannot create resource "secrets" in API group "" in the namespace "drone"
when running a pipeline
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: