Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 417/_sources/installation/kubernetes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 417/installation/kubernetes.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ <h3 id="adding-catalogs">Adding catalogs<a class="headerlink" href="#adding-cata
<p>A common use-case is to add custom catalogs. You can do this by adding values to
the <code class="docutils literal notranslate"><span class="pre">additionalCatalogs</span></code> property in the <code class="docutils literal notranslate"><span class="pre">example.yaml</span></code> file.</p>
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">additionalCatalogs</span><span class="p">:</span>
<span class="nt">lakehouse.properties</span><span class="p">:</span> <span class="p p-Indicator">|-</span>
<span class="nt">lakehouse</span><span class="p">:</span> <span class="p p-Indicator">|-</span>
<span class="no">connector.name=iceberg</span>
<span class="no">hive.metastore.uri=thrift://example.net:9083</span>
<span class="nt">rdbms.properties</span><span class="p">:</span> <span class="p p-Indicator">|-</span>
<span class="nt">rdbms</span><span class="p">:</span> <span class="p p-Indicator">|-</span>
<span class="no">connector.name=postgresql</span>
<span class="no">connection-url=jdbc:postgresql://example.net:5432/database</span>
<span class="no">connection-user=root</span>
Expand Down