Closed floretan closed 2 months ago
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.
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
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
The instructions should properly show: