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: