Argo CD + actions-runner-controller + values.yaml - ignored values file #3459
Unanswered
clickersmudge
asked this question in
Questions
Replies: 2 comments 1 reply
-
This is not an argocd issue but an helm issue. actions-runner-controller:
githubWebhookServer:
enabled: true // default is false Check helm's documentation on this topic here. |
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.
-
Hi,
When it installs actions-runner-controller via command
Deployment works and the githubWebhookServer container is running.
However, when I move the deployment to Argo CD as helm-dependency in accordance with the example (https://github.com/argoproj/argocd-example-apps/tree/master/helm-dependency).
Chart.yaml
values.yaml
Not working. It seems, the values from the values.yaml file are ignored. By which githubWebhookServer, for example, does not work.

Can I ask for help?
Beta Was this translation helpful? Give feedback.
All reactions