Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: uncomment helm values #9790

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions helm/charts/determined/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ resourcePools:
# Schedule for cleaning up logs. This also accepts a cron expression. For example to run retention every Sunday at 2 am, use "0 2 * * 0"
# schedule: "24h"

# resourceManager:
resourceManager:
# Specifies the namespace where all workloads for that RM will be sent by default.
# defaultNamespace: default
# clusterName: c1
defaultNamespace:
clusterName:
Loading