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
I maybe missing something but I am trying to install Tempo helm charts and it seems that the values passed are converted to string and helm can not compare the value correctly in situations you have sub-charts condition based. The same happens with the boolean values I am passing to the the application, they all arrived there as string.
Just to confirm, are you using code from this repository or from operator-sdk?
This repo uses strvals.ParseInto (which looks correct), but operator-sdk uses strvals.ParseIntoString (which seems like it would result in the issue you're experiencing).
I maybe missing something but I am trying to install Tempo helm charts and it seems that the values passed are converted to string and helm can not compare the value correctly in situations you have sub-charts condition based. The same happens with the boolean values I am passing to the the application, they all arrived there as string.
Am I doing something wrong?
Manifest:
Error:
Warning: Condition path 'minio.enabled' for chart minio returned non-bool value
Log:
The text was updated successfully, but these errors were encountered: