Replies: 1 comment
-
Same problem here. In my case, i need to customize to build images using docker/build-push-action because it lacks "deployments" permissions in the role. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all -
I want to do helm deployments using ARC on our self-hosted runner, but can't figure out how to get around the following error.
Here is my Github workflow:
I have provisioned ARC using helmfile, with fairly default values, and the following CRD:
The dynamically created Role has the following permissions:
Basically, I can't figure out how to get these dynamically created Roles to have sufficient permissions to satisfy this error:
There doesn't seem to be a way to use the values to customize the permissions of the Runner's role so that the ServiceAccount using it can do what I need it to. It is possible I'm missing something totally obvious though.
Beta Was this translation helpful? Give feedback.
All reactions