Replies: 1 comment
-
The secret will be automatically used in the environment variable
|
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
-
We have a deployment of ARC which has the runner pod spec heavily customised through
template.spec
Helm value, and would like to make use of the JIT tokens just like the default configuration does, as in:But of course given that
valueFrom.secretKeyRef.name
is dynamic and changes with every pod, we need to do this in a dynamic way.We have tried:
Which doesn't work because such lookups do not work within
valueFrom
and causes an error like:So I'd like to ask if is there a way to pass the secret name dynamically for
ACTIONS_RUNNER_INPUT_JITCONFIG
environment variable?Beta Was this translation helpful? Give feedback.
All reactions