Trying to install the API portal 4.4 on kubernetes using helm version 3 fails with this error.
Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.TELEMETRY_CHARGEBACK_ID, unknown object type "nil" in ConfigMap.data.TELEMETRY_DOMAIN_NAME, unknown object type "nil" in ConfigMap.data.TELEMETRY_PROXY_URL, unknown object type "nil" in ConfigMap.data.TELEMETRY_SITE_ID]
exit status 1
I checked the values file and I saw that it has no value for these objects but , in the documentation it said that it will take a default if the value is left empty.
https://github.com/CAAPIM/portal-helm-charts/wiki/Configure-Values-File
Release : 4.4
Component : API PORTAL
Kubernetes version : 1.14
helm version: 3
Source of portal: https://github.com/CAAPIM/portal-helm-charts
Platform: AWS