diff --git a/helm/charts/determined/templates/master-config.yaml b/helm/charts/determined/templates/master-config.yaml index 43f00dcaffc..0023902c405 100644 --- a/helm/charts/determined/templates/master-config.yaml +++ b/helm/charts/determined/templates/master-config.yaml @@ -91,6 +91,7 @@ stringData: credential: {{ .Values.checkpointStorage.credential }} {{- end }} {{- end }} + {{- end }} save_experiment_best: {{ .Values.checkpointStorage.saveExperimentBest | default 0 }} save_trial_best: {{ .Values.checkpointStorage.saveTrialBest | default 1 }} save_trial_latest: {{ .Values.checkpointStorage.saveTrialLatest | default 1 }} diff --git a/helm/charts/determined/values.yaml b/helm/charts/determined/values.yaml index 59405e0add8..cc5e03fd955 100644 --- a/helm/charts/determined/values.yaml +++ b/helm/charts/determined/values.yaml @@ -229,10 +229,10 @@ checkpointStorage: # Comment out if not using `shared_fs`. Users are strongly discouraged from using `shared_fs` for # storage beyond initial testing as most Kubernetes cluster nodes do not have a shared file # system. - type: shared_fs - hostPath: /tmp/checkpoints + # type: shared_fs + # hostPath: /tmp/checkpoints # By default, shared_fs is not mounted to the server pod. Change this to true to enable checkpoint downloads from the server. - mountToServer: false + # mountToServer: false # For storing in GCS. # type: gcs # bucket: