We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cc133 commit baf0245Copy full SHA for baf0245
src/zenml/integrations/kubernetes/orchestrators/kubernetes_orchestrator.py
@@ -722,8 +722,7 @@ def get_kubernetes_image_pull_secret_data(
722
"""Get container registry credentials for Kubernetes imagePullSecrets.
723
724
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.
+ in Kubernetes imagePullSecrets.
727
728
Args:
729
container_registry: The container registry to get credentials from.
0 commit comments