githubConfigSecret and controller SA role issue #3783
Unanswered
scottmelhop
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just tried to set this up for the first time, split the controller and runners into different namespaces, and use
githubConfigSecret
. The controller SA is trying to read the secret from the runner namespace, which it is not allowed to do. Deploying them to the same namespace works but its not the "recommended" thing to do. I also had to addcreate
verbs toroles
,rolebindings
andserviceaccount
to get it to work. Am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions