Skip to content

Commit

Permalink
fix bash too big
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 13, 2023
1 parent 925b0a9 commit 7736f5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions rsts/deployment/agents/databricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,19 +268,19 @@ You have to set the Databricks token to the Flyte configuration.

1. Install flyteagent pod using helm

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

.. code-block::
echo -n "<DATABRICKS_TOKEN>" | base64
.. code-block::
echo -n "<DATABRICKS_TOKEN>" | base64
3. Edit the flyteagent secret

Expand Down
6 changes: 3 additions & 3 deletions rsts/deployment/agents/mmcloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Enable the MMCloud agent by adding the following config to the relevant YAML fil
.. code-block:: yaml
tasks:
task-agents:
enabled-agents:
task-plugins:
enabled-plugins:
- agent-service
default-for-task-types:
- mmcloud_task: agent-service
.. code-block:: yaml
agents:
plugins:
agent-service:
agents:
mmcloud-agent:
Expand Down

0 comments on commit 7736f5a

Please sign in to comment.