13sh opened a new issue, #8747: URL: https://github.com/apache/gravitino/issues/8747
### What would you like to be improved? Currently you can't enable [view support](https://gravitino.apache.org/docs/1.0.0/iceberg-rest-service#view-support) when deploying with helm since setting `gravitino.iceberg-rest.jdbc.schema-version` is not supported in the [conf file](https://github.com/apache/gravitino/blob/main/dev/charts/gravitino/resources/config/gravitino.conf) ### How should we improve? support can be added similar to what is being used with `gravitino.iceberg-rest.jdbc-initialize`: ``` {{- if .Values.icebergRest.jdbc.schemaVersion }} gravitino.iceberg-rest.jdbc.schema-version={{.Values.icebergRest.jdbc.schemaVersion}} {{- end }} ``` I tried to create a PR but its not allowed without sending an email to become a contributor first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
