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
When upgrading to Cloud Native 1.8.19 (from 1.8.12) we get the error:
Error: UPGRADE FAILED: template: gluu/charts/config/templates/configmaps.yaml:25:108: executing "gluu/charts/config/templates/configmaps.yaml" at <eq .Values.global.cnPersistenceType "spanner">: error calling eq: incompatible types for comparison.
We have no property names 'cnPersistenceType' in the values.yaml. We updated the helm template to use .Values.global.gluuPersistenceType and the deployment was successful; however we want to inquire if that is the correct property to map to.
The text was updated successfully, but these errors were encountered:
When upgrading to Cloud Native 1.8.19 (from 1.8.12) we get the error:
Error: UPGRADE FAILED: template: gluu/charts/config/templates/configmaps.yaml:25:108: executing "gluu/charts/config/templates/configmaps.yaml" at <eq .Values.global.cnPersistenceType "spanner">: error calling eq: incompatible types for comparison.
We have no property names 'cnPersistenceType' in the values.yaml. We updated the helm template to use .Values.global.gluuPersistenceType and the deployment was successful; however we want to inquire if that is the correct property to map to.
The text was updated successfully, but these errors were encountered: