Using Secrets with RunnerDeployment #2735
Replies: 1 comment
-
Nevermind, I was able to resolve this. I am unsure what was causing my problem before but using $TEST_SECRET in the workflow fixed my problem |
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.
-
I was reviewing #245 and the suggestions made there, but I cannot seem to get this working with my runner deployment.
I have the following runnerdeployment configuration setup in my cluster with a webhook server and controller. All components are working except my workflow is unable to use the variables from the secrets file.
Looking at the runner, it does grab the env variables, it just doesn't appear to make them available to the workflow running in the runner and I feel like I am missing something
Here is my workflow as well
To add, I also exec into the runner pod and the env var is there,
I just cannot seem to use it in my workflow and I am unsure what step I am missing.
Beta Was this translation helpful? Give feedback.
All reactions