You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
thank you for this github action. I think i found a bug. Maybe you can help out with this.
When i have an invalid Kubernetes config. the check is failing with following error:
executed: /kubeval --directories deployments --output stdout --strict=true --kubernetes-version=1.19 --openshift=false --ignore-missing-schemas=true
return code: 1
curl: (6) Could not resolve host: null
i spent some time on this and figured out, that the curl against the github api is failing because no environment variable COMMENTS_URL isset. I added the the environment variable with https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments like its described in the github api docs.
Hello,
thank you for this github action. I think i found a bug. Maybe you can help out with this.
When i have an invalid Kubernetes config. the check is failing with following error:
i spent some time on this and figured out, that the curl against the github api is failing because no environment variable
COMMENTS_URL
isset. I added the the environment variable withhttps://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments
like its described in the github api docs.am i missing something?
my configuration looks now like the following:
The text was updated successfully, but these errors were encountered: