From 7736f5ab2787759f06f0ebfd582a20b8ea1b675e Mon Sep 17 00:00:00 2001 From: Future Outlier Date: Fri, 13 Oct 2023 16:01:45 +0800 Subject: [PATCH] fix bash too big Signed-off-by: Future Outlier --- rsts/deployment/agents/databricks.rst | 18 +++++++++--------- rsts/deployment/agents/mmcloud.rst | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rsts/deployment/agents/databricks.rst b/rsts/deployment/agents/databricks.rst index fa17b37810..2e69e8d89e 100644 --- a/rsts/deployment/agents/databricks.rst +++ b/rsts/deployment/agents/databricks.rst @@ -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 "" | base64 +.. code-block:: + + echo -n "" | base64 3. Edit the flyteagent secret diff --git a/rsts/deployment/agents/mmcloud.rst b/rsts/deployment/agents/mmcloud.rst index 1e36ff7cfc..f5f03aae10 100644 --- a/rsts/deployment/agents/mmcloud.rst +++ b/rsts/deployment/agents/mmcloud.rst @@ -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: