From 17d1eff0e70bbc57208523a33fef5cfe06316772 Mon Sep 17 00:00:00 2001 From: Spin <> Date: Thu, 4 Apr 2024 20:55:09 +0100 Subject: [PATCH] fix: renaming standaloneDeployment variable to be consistent Signed-off-by: Nuno Martins --- charts/flyte-core/templates/admin/deployment.yaml | 2 +- charts/flyte-core/values-eks.yaml | 2 +- charts/flyte-core/values-gcp.yaml | 2 +- docs/deployment/plugins/k8s/index.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/flyte-core/templates/admin/deployment.yaml b/charts/flyte-core/templates/admin/deployment.yaml index 23ea9966df..833125d0cf 100755 --- a/charts/flyte-core/templates/admin/deployment.yaml +++ b/charts/flyte-core/templates/admin/deployment.yaml @@ -74,7 +74,7 @@ spec: {{- end }} {{- end }} {{- end }} - {{- if and (.Values.cluster_resource_manager.enabled) (not .Values.cluster_resource_manager.standalone_deploy) }} + {{- if and (.Values.cluster_resource_manager.enabled) (not .Values.cluster_resource_manager.standaloneDeployment) }} - command: - flyteadmin - --config diff --git a/charts/flyte-core/values-eks.yaml b/charts/flyte-core/values-eks.yaml index 0ab0dfc150..92c37efd6b 100644 --- a/charts/flyte-core/values-eks.yaml +++ b/charts/flyte-core/values-eks.yaml @@ -350,7 +350,7 @@ cluster_resource_manager: # -- Enables the Cluster resource manager component enabled: true # -- Starts the cluster resource manager in standalone mode with requisite auth credentials to call flyteadmin service endpoints - standalone_deploy: false + standaloneDeployment: false config: cluster_resources: customData: diff --git a/charts/flyte-core/values-gcp.yaml b/charts/flyte-core/values-gcp.yaml index b402924699..258e9996ae 100644 --- a/charts/flyte-core/values-gcp.yaml +++ b/charts/flyte-core/values-gcp.yaml @@ -331,7 +331,7 @@ cluster_resource_manager: # -- Enables the Cluster resource manager component enabled: true # -- Starts the cluster resource manager in standalone mode with requisite auth credentials to call flyteadmin service endpoints - standalone_deploy: false + standaloneDeployment: false config: cluster_resources: customData: diff --git a/docs/deployment/plugins/k8s/index.rst b/docs/deployment/plugins/k8s/index.rst index 0d00e737e1..9c770118cb 100644 --- a/docs/deployment/plugins/k8s/index.rst +++ b/docs/deployment/plugins/k8s/index.rst @@ -623,7 +623,7 @@ Specify plugin configuration spark: spark cluster_resource_manager: enabled: true - standalone_deploy: false + standaloneDeployment: false # -- Resource templates that should be applied templates: # -- Template for namespaces resources @@ -735,7 +735,7 @@ Specify plugin configuration spark: spark cluster_resource_manager: enabled: true - standalone_deploy: false + standaloneDeployment: false config: cluster_resources: customData: