I get a error message of
default: secrets is forbidden: User “system:serviceaccount:drone:drone-runner-drone-runner-kube” cannot create resource “secrets” in API group “” in the namespace “drone”
I get a error message of
default: secrets is forbidden: User “system:serviceaccount:drone:drone-runner-drone-runner-kube” cannot create resource “secrets” in API group “” in the namespace “drone”
This error message would imply that the runner lacks permission to create secrets in the target namespace. You need to grant this permission to the runner.
show your roles.yaml and deployment yaml of runner