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
Once you have your values file you can render the template wit ha simple:
helm template example retool/retool -f valuest.yaml --version 6.2.0
Result
While the chart does render, trwo warnings are displayed and the temporal values do not get properly passed to the containers, reverting to the default values:
retool/factory-sit.yaml --version 6.2.0
coalesce.go:286: warning: cannot overwrite table with non table for retool.retool-temporal-services-helm.server.config.persistence.default.sql (map[database:temporal driver:postgres host:_HOST_ maxConnLifetime:1h maxConns:20 password:_PASSWORD_ port:5432 user:_USERNAME_])
coalesce.go:286: warning: cannot overwrite table with non table for retool.retool-temporal-services-helm.server.config.persistence.visibility.sql (map[database:temporal_visibility driver:postgres host:_HOST_ maxConnLifetime:1h maxConns:20 password:_PASSWORD_ port:5432 user:_USERNAME_])
Looks like a formatting issue but can't seem to find it.
The text was updated successfully, but these errors were encountered:
details
retool chart version: 6.2.0
helm version: v3.13.3
demo
simply download the example values.yaml file and make the following adjustments:
Once you have your values file you can render the template wit ha simple:
Result
While the chart does render, trwo warnings are displayed and the temporal values do not get properly passed to the containers, reverting to the default values:
Looks like a formatting issue but can't seem to find it.
The text was updated successfully, but these errors were encountered: