mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Without this patch the arc controller fails to create a listener. The template for the listener doesn't appear to be configurable from the chart. Could patch the listener pod template with kustomize, do this as a follow up feature. With this patch we get the expected two pods in the runner system namespace: ``` ❯ k get pods NAME READY STATUS RESTARTS AGE gha-rs-7db9c9f7-listener 1/1 Running 0 43s gha-rs-controller-56bb9c77d9-6tjch 1/1 Running 0 8s ```