actions-runner-controller/charts/actions-runner-controller/templates
Felipe Galindo Sanchez 5b899f578b
fix(chart): allow to use basic auth when authSecret.create is false (#1149)
* fix(chart): allow to use basic auth when authSecret.create is false

When secret is created outside of the ARC chart using authSecret.create=false and basicAuth,
the controller fails as we're not including the basic password as environment variable as
the password value won't be inside the helm values.

This PR includes both environment variables for consistent regardless if
those are set or not similar as the rest of the other auth options (e.g
app_id, private  key, etc)

* chart: Add back the conditional block for .Values.authSecret.github_basicauth_username

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
2022-03-07 10:07:24 +09:00
..
NOTES.txt Update helm chart (#343) 2021-02-26 09:26:51 +09:00
_github_webhook_server_helpers.tpl Add podDistruptionBudget resource for controller pods (#805) 2021-11-15 19:07:23 +00:00
_helpers.tpl chart: Allow using different secrets for controller-manager and gh-webhook-server (#1122) 2022-02-17 09:16:16 +09:00
auth_proxy_role.yaml chart: Add service monitor and remove kube_rbac_proxy leftovers (#527) 2021-05-26 12:10:25 +01:00
auth_proxy_role_binding.yaml chart: Add service monitor and remove kube_rbac_proxy leftovers (#527) 2021-05-26 12:10:25 +01:00
certificate.yaml Support installing without cert-manager (#834) 2021-12-08 21:58:46 +00:00
ci-secret.yaml feat: Added option for secret annotation (#824) 2021-10-17 22:18:35 +01:00
controller.metrics.service.yaml Create optional serviceAnnotations value in helm chart (#867) 2021-10-17 22:37:43 +01:00
controller.metrics.serviceMonitor.yaml chart: Add additional labels to serviceMonitor (#670) 2021-07-03 15:14:59 +09:00
controller.pdb.yaml Add podDistruptionBudget resource for controller pods (#805) 2021-11-15 19:07:23 +00:00
deployment.yaml fix(chart): allow to use basic auth when authSecret.create is false (#1149) 2022-03-07 10:07:24 +09:00
githubwebhook.deployment.yaml fix(chart): allow to use basic auth when authSecret.create is false (#1149) 2022-03-07 10:07:24 +09:00
githubwebhook.ingress.yaml modify chart ingress (#1098) 2022-02-08 12:56:30 +09:00
githubwebhook.pdb.yaml Add podDistruptionBudget resource for controller pods (#805) 2021-11-15 19:07:23 +00:00
githubwebhook.role.yaml feat: Workflow job based ephemeral runner scaling (#721) 2021-08-11 09:52:04 +09:00
githubwebhook.role_binding.yaml Add cluster role binding for github-webhook-server 2021-02-18 16:49:24 +09:00
githubwebhook.secrets.yaml Fix various bugs in helm chart (#364) 2021-03-03 09:21:20 +09:00
githubwebhook.service.yaml Add annotations to githubWebhookServer Service in Helm Chart (#665) 2021-06-30 20:42:21 +09:00
githubwebhook.serviceMonitor.yaml Use https connection when metrics enabled for githubwebhook server (#685) 2021-07-16 10:19:38 +09:00
githubwebhook.serviceaccount.yaml feat: HorizontalRunnerAutoscaler Webhook server (#282) 2021-02-07 17:37:27 +09:00
leader_election_role.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
leader_election_role_binding.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
manager_role.yaml feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
manager_role_binding.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
manager_secrets.yaml feat: support routing GitHub API calls to custom proxy API (#1017) 2021-12-23 09:24:10 +09:00
runner_editor_role.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
runner_viewer_role.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
serviceaccount.yaml Ensure the chart is passing acceptance tests 2020-11-14 21:58:16 +09:00
webhook_configs.yaml Support installing without cert-manager (#834) 2021-12-08 21:58:46 +00:00
webhook_service.yaml Create optional serviceAnnotations value in helm chart (#867) 2021-10-17 22:37:43 +01:00