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
It would be better to use a read-only registry token obtained with bx cr token-add --description "a token for ..." --non-expiring --quiet here. This avoids having the IBM Cloud API key inside a secret in the container. Plus it gives only read access to the registry.
simple-helm-toolchain/.bluemix/pipeline.yml
Line 320 in efa9e86
It would be better to use a read-only registry token obtained with
bx cr token-add --description "a token for ..." --non-expiring --quiet
here. This avoids having the IBM Cloud API key inside a secret in the container. Plus it gives only read access to the registry.The token can be used like this
The text was updated successfully, but these errors were encountered: