Skip to content

Commit

Permalink
make bash command the same format
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
Future Outlier committed Oct 12, 2023
1 parent 26b786e commit 925b0a9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions rsts/deployment/agents/databricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,17 @@ You have to set the Databricks token to the Flyte configuration.

1. Install flyteagent pod using helm

.. code-block:: bash
.. code-block::
cd flyte/charts/flyteagent
.. code-block::
helm install flyteagent . -n flyte
2. Get the base64 value of your Databricks token.

.. code-block:: bash
.. code-block::
echo -n "<DATABRICKS_TOKEN>" | base64
Expand Down Expand Up @@ -320,13 +321,13 @@ Upgrade the deployment

.. group-tab:: Demo cluster

.. code-block:: bash
.. code-block::
kubectl rollout restart deployment flyte-sandbox -n flyte
.. group-tab:: Helm chart

.. code-block:: bash
.. code-block::
helm upgrade <RELEASE_NAME> flyteorg/flyte-binary -n <YOUR_NAMESPACE> --values <YOUR_YAML_FILE>
Expand All @@ -353,4 +354,4 @@ Wait for the upgrade to complete. You can check the status of the deployment pod

Make sure you enable `custom containers
<https://docs.databricks.com/administration-guide/clusters/container-services.html>`__
on your Databricks cluster before you trigger the workflow.
on your Databricks cluster before you trigger the workflow.

0 comments on commit 925b0a9

Please sign in to comment.