kestra-io / helm-charts

Apache License 2.0
35 stars 26 forks source link

Include helm release namespace in port-forwarding instructions #48

Closed floretan closed 2 months ago

floretan commented 2 months ago

What changes are being made and why?

When installing the kestra helm chart in a non-default namespace, the current instructions generated by the helm chart are missing the namespace, which leads to not finding the pod for port-forwarding.


How the changes have been QAed?

Install the helm chart in a non-default namespace

helm install kestra kestra/kestra --namespace=other

The instructions should properly show:

kubectl port-forward --namespace other $POD_NAME 8080:8080