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
-
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.
![obraz](https://private-user-images.githubusercontent.com/113194014/324196302-b83c1ab9-b4ab-4330-af29-2bd39923c63a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MjY5NjcsIm5iZiI6MTczOTcyNjY2NywicGF0aCI6Ii8xMTMxOTQwMTQvMzI0MTk2MzAyLWI4M2MxYWI5LWI0YWItNDMzMC1hZjI5LTJiZDM5OTIzYzYzYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQxNzI0MjdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MjYzY2ExMDQ1ZWMyOWU1MWQ3YmNlMGEwMGQ4ZGM5NGQ0OThjN2NjYjcwOTk0MWFlN2IzNjYyYTg1ZDExYWEyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Xszb6qBxx7vAd09V_2ynB3NCjOihQ2tDQKfz9bMAp_I)
Can I ask for help?
Beta Was this translation helpful? Give feedback.
All reactions