UKCloud / openshift-deployment-ansible

3 stars 1 forks source link

Remove static reference to sa secret name #128

Closed benbacon closed 5 years ago

benbacon commented 5 years ago

Prevents task from creating an empty file (as it occasionally reads the dockercfg secret which doesn't contain a token) and also removes a now redundant step (retrieves token direct from secret as opposed to first retrieving secret name and then retrieving token from specified secret)