actions-runner-controller/charts
Yusuke Kuoka 9e356b419e chart: Add default-logs-container annotation to controller pods
so that you can run `kubectl logs` on controller pods without the specifying the container name.

It is especially useful when you want to run kubectl-logs on all ARC pods across controller-manager and github-webhook-server like:

```
kubectl -n actions-runner-system logs -l app.kubernetes.io/name=actions-runner-controller
```

That was previously impossible due to that the selector matches pods from both controller-manager and github-webhook-server and kubectl does not provide a way to specify container names for respective pods.
2022-02-19 12:22:53 +00:00
..
.ci ci: disable chart version bump check (#870) 2021-10-04 20:39:38 +01:00
actions-runner-controller chart: Add default-logs-container annotation to controller pods 2022-02-19 12:22:53 +00:00