Error: executing ingress.os.routes when installing sample app in VIP Authentication Hub
search cancel

Error: executing ingress.os.routes when installing sample app in VIP Authentication Hub

book

Article ID: 381980

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

Installing the Sample App, Ingress isn't creating the route OpenShift resource. The helm command reports an error:
 
# export SA_FQDN="vip.example.com"
# helm install "${RELEASENAME}-sample" -n "${NAMESPACE}" "${HELM_REPO}/ssp-sample-app" \
          --dry-run \
          --version "3.2.0+1930" \
          --set sspReleaseName="${RELEASENAME}" \
          --set global.registry.existingSecrets[0].name="${SECRET}" \
          --set global.registry.imageRepositoryBase="app.example.org/viph/securityservices.packages.example.com/" \
          --set ingress.host="${SA_FQDN}" \
          --set ingress.tls.host="${SA_FQDN}" \
          --set ingress.tls.secretName=ssp-general-tls \
          --set global.securityContext.fsGroup=${SSP_FSGROUP} \
          --set global.securityContext.runAsGroup=${SSP_GID} \
          --set global.securityContext.runAsUser=${SSP_UID} \
          -f values_sample_app.yaml
 
Error: INSTALLATION FAILED: template: ssp-sample-app/templates/ingress.yaml:143:8: executing "ingress.os.routes" at <include "additionalLabels" .>: error calling include: template: ssp-sample-app/templates/_helpers.tpl:295:17: executing "additionalLabels" at <.Values.global>: nil pointer evaluating interface {}.global
  

Resolution


Upgrade VIP Authentication Hub to the version 3.3 to fix this issue.