diff --git a/docs/src/main/sphinx/installation/kubernetes.rst b/docs/src/main/sphinx/installation/kubernetes.rst index d47bc2a42497..99dcf5663256 100644 --- a/docs/src/main/sphinx/installation/kubernetes.rst +++ b/docs/src/main/sphinx/installation/kubernetes.rst @@ -30,9 +30,9 @@ Requirements :ref:`run one locally using kind `. * `kubectl `_ with a version - that adheres to the - `Kubernetes version skew policy `_ - installed on the machine managing the Kubernetes deployment. + that adheres to the + `Kubernetes version skew policy `_ + installed on the machine managing the Kubernetes deployment. * `helm `_ with a version that adheres to the `Helm version skew policy `_ @@ -294,10 +294,10 @@ the ``additionalCatalogs`` property in the ``example.yaml`` file. .. code-block:: yaml additionalCatalogs: - lakehouse.properties: |- + lakehouse: |- connector.name=iceberg hive.metastore.uri=thrift://example.net:9083 - rdbms.properties: |- + rdbms: |- connector.name=postgresql connection-url=jdbc:postgresql://example.net:5432/database connection-user=root