mnubo / kubernetes-py

A python module for Kubernetes.
Apache License 2.0
123 stars 46 forks source link

how to add image pull secrets #130

Closed amoyx closed 6 years ago

amoyx commented 6 years ago

hello, how to k8s deployment add image pull secrets

sebastienc commented 6 years ago

Hi, you can use the "add_image_pull_secrets" method to add these.