Skip to content

Commit

Permalink
fix typo of 'get_pvc_spec'
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 5, 2024
1 parent 3f9b0a4 commit 978bc3c
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 978bc3c

Please sign in to comment.