Skip to content

Commit

Permalink
Update Tests/kaas/k8s-default-storage-class/k8s-default-storage-class…
Browse files Browse the repository at this point in the history
…-check.py

Co-authored-by: anjastrunk <119566837+anjastrunk@users.noreply.github.com>
Signed-off-by: Kurt Garloff <kurt@garloff.de>
  • Loading branch information
garloff and anjastrunk authored Oct 25, 2023
1 parent d28bd26 commit 96cf06a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup_k8s_client(kubeconfigfile=None):
logger.debug(f"using kubeconfig file '{kubeconfigfile}'")
config.load_kube_config(kubeconfigfile)
else:
logger.debug(" useing system kubeconfig")
logger.debug(" using system kubeconfig")
config.load_kube_config()

k8s_api_client = client.CoreV1Api()
Expand Down

0 comments on commit 96cf06a

Please sign in to comment.