Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wrong property name #569

Closed
moabu opened this issue Jul 28, 2023 · 0 comments · Fixed by #570
Closed

fix: wrong property name #569

moabu opened this issue Jul 28, 2023 · 0 comments · Fixed by #570
Assignees
Labels
bug Something isn't working

Comments

@moabu
Copy link
Member

moabu commented Jul 28, 2023

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.

@moabu moabu added the bug Something isn't working label Jul 28, 2023
@moabu moabu self-assigned this Jul 28, 2023
@moabu moabu closed this as completed in 6b02fbc Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant