Skip to content

Commit baf0245

Browse files
committed
Cleaning up docstrings
1 parent 57cc133 commit baf0245

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/zenml/integrations/kubernetes/orchestrators/kubernetes_orchestrator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,7 @@ def get_kubernetes_image_pull_secret_data(
722722
"""Get container registry credentials for Kubernetes imagePullSecrets.
723723
724724
This method extracts credentials from the container registry for use
725-
in Kubernetes imagePullSecrets. It only works with this Kubernetes
726-
orchestrator since other orchestrators don't need imagePullSecrets.
725+
in Kubernetes imagePullSecrets.
727726
728727
Args:
729728
container_registry: The container registry to get credentials from.

0 commit comments

Comments
 (0)