I have a on-prem Kubernetes cluster i am trying to build a pipeline which does below steps
1)Build the docker image from the repo
2)Push the docker image to the docker hub
3)I have a manifest.yaml file which will do the deployments of apps on k8 cluster which is present in the repo in azure devops
1 & 2 are working fine but 3 steps applying manifest.yaml is failing with error error1
error2
pipeline.yaml
I have also created namespace and serviceaccount mentioned in the yaml file and given role and rolebindings to it what is the thing that i am missing currently. I have also service connection using the service account