helpful-london-56362
10/28/2022, 11:26 AMbootstrap-server endpoint to use in the actions yaml file. I used the values specified in my values.yaml file, but those couldn't be resolved.
any help will be appreciated. Thank you!big-carpet-38439
10/31/2022, 10:02 PMkubectl get pods -n <your-namespace>brainy-tent-14503
10/31/2022, 10:11 PMsvc instead of pods Assuming the service is present in the namespace and you want to debug externally it is possible to setup port forwards for each of those 3 services to localhost ports. The actions framework could then be configured to point to the localhost ports using localhost rather than the k8 service names. This is not really useful for more than testing and ultimately the actions framework process should run in the same namespace.helpful-london-56362
11/01/2022, 9:18 PMbrainy-tent-14503
11/01/2022, 10:03 PMhelpful-london-56362
11/01/2022, 10:28 PM