Skip to content

Commit

Permalink
Merge branch 'kubeflow:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
shivas1516 committed Sep 6, 2024
2 parents 17591d1 + 2e32931 commit b87b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kubeflow/training/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def get_pvc_spec(
pvc_spec = models.V1PersistentVolumeClaim(
api_version="v1",
kind="PersistentVolumeClaim",
metadata={"name": pvc_name, "namepsace": namespace},
metadata={"name": pvc_name, "namespace": namespace},
spec=models.V1PersistentVolumeClaimSpec(
access_modes=storage_config["access_modes"],
resources=models.V1ResourceRequirements(
Expand Down

0 comments on commit b87b336

Please sign in to comment.