Open cicoyle opened 2 years ago
I just checked, and installing a runner this way works properly where the rolebindings go to the proper namespace
$ helm install --namespace=cassie-hashitalk-deploy --set server.enabled=false --set runner.server.addr=api.hcp.dev:443 --set runner.server.cookie='cookie' --set runner.image.repository=hashicorp/waypoint --set runner.image.tag=latest --set runner.pullPolicy=always waypoint hashicorp/waypoint
This might be related to the issue we have open around helm and namespaces https://github.com/hashicorp/waypoint/issues/3065
Describe the bug Waypoint runner install command with the namespace flag provided created the waypoint runner pod and odr runner rolebinding edit in the proper namespace, but the runner rolebinding was created in the default namespace.
Steps to Reproduce Note: k is an alias for kubectl
Expected behavior I would expect the runner rolebinding to be created in the specified namespace provided.
Waypoint Platform Versions