Skip to content

Commit 50643b2

Browse files
committed
typos in create_pvc_pod
Signed-off-by: Matthias Büchse <[email protected]>
1 parent fe7e58a commit 50643b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/kaas/k8s-default-storage-class/k8s-default-storage-class-check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def create_pvc_pod(
105105
namespace, body_pvc
106106
)
107107

108-
# 2. Create a pod which makes use of the PersitantVolumeClaim
108+
# 2. Create a pod which makes use of the PersistantVolumeClaim
109109
logger.debug(f"create pod: {pod_name}")
110110

111111
pod_vol = client.V1Volume(
@@ -129,7 +129,7 @@ def create_pvc_pod(
129129
)
130130

131131
api_response = k8s_api_instance.create_namespaced_pod(
132-
NAMESPACE, pod_body, _preload_content=False
132+
namespace, pod_body, _preload_content=False,
133133
)
134134
pod_info = json.loads(api_response.read().decode("utf-8"))
135135
pod_status = pod_info["status"]["phase"]

0 commit comments

Comments
 (0)