diff --git a/charts/flyte-core/templates/admin/deployment.yaml b/charts/flyte-core/templates/admin/deployment.yaml index 23ea9966dfc..833125d0cf7 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/templates/clusterresourcesync/deployment.yaml b/charts/flyte-core/templates/clusterresourcesync/deployment.yaml index a2fb5d04ae0..8193485a63b 100644 --- a/charts/flyte-core/templates/clusterresourcesync/deployment.yaml +++ b/charts/flyte-core/templates/clusterresourcesync/deployment.yaml @@ -1,4 +1,4 @@ -{{- if .Values.cluster_resource_manager.enabled }} +{{- if and (.Values.cluster_resource_manager.enabled) (.Values.cluster_resource_manager.standaloneDeployment) }} apiVersion: apps/v1 kind: Deployment metadata: diff --git a/charts/flyte-core/values-eks.yaml b/charts/flyte-core/values-eks.yaml index 0ab0dfc1506..92c37efd6b0 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 b402924699a..258e9996aed 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 0d00e737e1d..9c770118cbf 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: