Skip to content

Commit

Permalink
chore: add Cluster Name title and change helm value (#9775)
Browse files Browse the repository at this point in the history
(cherry picked from commit 13ebf47)
  • Loading branch information
amandavialva01 authored and determined-ci committed Aug 1, 2024
1 parent 720dcbb commit 2794cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ resourcePools:
# - resource_manager:
# type: kubernetes
# max_slots_per_pod: 1
# name: carolina-multirm-1
# cluster_name: additional-cluster
# default_namespace: default
# kubeconfig_secret_name: additionalrm
# kubeconfig_secret_value: config
Expand Down
2 changes: 1 addition & 1 deletion webui/react/src/components/WorkspaceCreateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const WorkspaceCreateModalComponent: React.FC<Props> = ({ onClose, workspaceId }
<>
{resourceManagers.map((name) => (
<Fragment key={name}>
<Form.Item label={name} name={['bindings', name, 'namespace']}>
<Form.Item label={`Cluster Name: ${name}`} name={['bindings', name, 'namespace']}>
<Input
disabled={watchBindings?.[name]?.['autoCreateNamespace'] ?? false}
maxLength={63}
Expand Down

0 comments on commit 2794cdc

Please sign in to comment.