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
Helm deployment failed with error "unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "v1""
#10
Open
erezbatish opened this issue
Apr 6, 2022
· 1 comment
I'm getting the following error on Run Helm Deploy step:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "v1"
Error: Process completed with exit code 1.
This is how my workflow looks like:
__name: Build and push the latest build to staging
It seems like the Ingress.yaml manifest is in old version format and need to be updated to the current Ingress version.
This is the current ingress.yaml manifest:
Hi
In step unit 10 Create the deployment pipeline
When running the workflow build-latest.yaml
I'm getting the following error on Run Helm Deploy step:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "v1"
Error: Process completed with exit code 1.
This is how my workflow looks like:
__name: Build and push the latest build to staging
on:
push:
branches: [ main ]
jobs:
build_push_image:
runs-on: ubuntu-latest
_deploy:
runs-on: ubuntu-latest
needs: build_push_image
Please advise_
The text was updated successfully, but these errors were encountered: