Creating authSecret in Helm and Argo CD #3452
Unanswered
clickersmudge
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I implement the "actions-runner-controller" via Argo CD helm-dependency (https://github.com/argoproj/argocd-example-apps/tree/master/helm-dependency).
Before installing, I have two options to deploy the secret.
The first by Kubectl Deployment and creating a secret named "controller-manager" in the namespace "actions-runner-system"
The second one i am interested in is the method to create the secret using Helm (https://github.com/actions/actions-runner-controller/blob/master/charts/actions-runner-controller/README.md) in Argo CD.
I am trying various configurations but none of them work.
Second
Next
I check the secrets every time, but is not created
Pod does not start and has an error related to mountVolume Secret not being found.
May I ask for your help?
Beta Was this translation helpful? Give feedback.
All reactions