You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alias image_pull_secret is provided for aesthetic purposes.
add_secret
Creates, initializes and adds a secret to the list of secrets allowed to be used by pods running using this ServiceAccount:
# Add reference to Secret 'passwords'add_secret:passwords# Add reference to Secret 'password' from namespace 'default'add_secret:passwords,:default# The same, but name and namespace are passed in the path formadd_secret'default/passwords'