danhuawang commented on code in PR #6599:
URL: https://github.com/apache/gravitino/pull/6599#discussion_r1997859428


##########
dev/charts/gravitino/README.md:
##########
@@ -0,0 +1,118 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+# gravitino
+
+Gravitino is a high-performance, geo-distributed, and federated metadata lake. 
It manages the
+metadata directly in
+different sources, types, and regions. It also provides users with unified 
metadata access
+for data and AI assets.
+
+**Homepage:** <https://gravitino.apache.org/>
+
+## Maintainers
+
+| Name      | Email                    | Url                          |
+|-----------|--------------------------|------------------------------|
+| Gravitino | [email protected] | https://gravitino.apache.org |
+
+## Source Code
+
+* <https://github.com/apache/gravitino>
+* <https://github.com/apache/gravitino-playground>
+
+## Values
+
+| Key                 | Default                       | Description            
                                               |
+|---------------------|-------------------------------|-----------------------------------------------------------------------|
+| image.repository    | `"apache/gravitino"`          |                        
                                               |
+| image.tag           | `"0.9.0-incubating-SNAPSHOT"` |                        
                                               |
+| image.pullPolicy    | `"IfNotPresent"`              |                        
                                               |
+| image.pullSecrets   | `[]       `                   | Optionally specify 
secrets for pulling images from a private registry |                            
+| mysql.enabled       | `false`                       | Flag to enable MySQL 
as the storage backend for Gravitino             |
+| entity.jdbcUrl      | `"jdbc:h2"`                   | The JDBC URL for the 
database                                         |
+| entity.jdbcDriver   | `"org.h2.Driver"`             | The JDBC driver class 
name                                            |
+| entity.jdbcUser     | `"gravitino"`                 | The username for the 
JDBC connection                                  |
+| entity.jdbcPassword | `"gravitino"`                 | The password for the 
JDBC connection                                  |
+| env                 | `HADOOP_USER_NAME: hdfs `     | Environment variables 
to pass to the container                        |
+| resources           | `{}            `              | esource requests and 
limits for the container                         |
+
+## Deploy gravitino to your cluster

Review Comment:
   Fixed.



-- 
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]

Reply via email to