Update ingress.yaml

Status Job ID Name Coverage
  Build
passed #24608
Build

00:23

 
  Release Cleanup
failed #24609
allowed to fail
ReleaseCleanup

00:01

 
  Release Deploy
failed #24610
ReleaseDeploy

00:02

 
  Validation
skipped #24611
Validation
 
  Delete Project
skipped #24612
allowed to fail manual
DeleteProject
 
Name Stage Failure
failed
ReleaseCleanup Release Cleanup
HEAD is now at c2e8f23 Update ingress.yaml
Checking out c2e8f23a as master...
Skipping Git submodules setup
$ echo `pwd`
/home/gitlab-runner/builds/d52de24b/0/aray1609744957267/testprojectdevenv01
$ DNS_VALUE=`kubectl get ingress $SERVICE_NAME -o jsonpath="{.status.loadBalancer.ingress[0].hostname}"`
Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
Error from server (NotFound): ingresses.extensions "project1400" not found
ERROR: Job failed: exit status 1
failed
ReleaseDeploy Release Deploy
$ sed -i s/SERVICE_PORT/$SERVICE_PORT/g ./helm/service/values.yaml
$ sed -i s/PROJECT_NAME/$SERVICE_NAME/g ./helm/service/values.yaml
$ sed -i s/PROJECT_NAME/$SERVICE_NAME/g ./helm/service/Chart.yaml
$ sed -i s#CERTIFICATE_ARN#${CERTIFICATE_ARN}#g ./helm/service/values.yaml
$ sed -i s/SUBNETS/"$SUBNETS"/g ./helm/service/values.yaml
$ sed -i s#HEALTHCHECKPATH#$HEALTHCHECKPATH#g ./helm/service/values.yaml
$ cd ./helm && /usr/local/bin/helm install $SERVICE_NAME service
Error: INSTALLATION FAILED: template: project1400/templates/ingress.yaml:2:17: executing "project1400/templates/ingress.yaml" at <include "project1400.fullname" .>: error calling include: template: no template "project1400.fullname" associated with template "gotpl"
ERROR: Job failed: exit status 1