redhat-developer / osd-monitor-poc

8 stars 20 forks source link

Add Quay imagepullsecrets to ServiceAccount #41

Closed aditya-konarde closed 5 years ago

aditya-konarde commented 5 years ago

When this template processed and applied, the existing osd-monitor SA that has the quay.io imagepullsecrets linked would get overwritten, and unlink the image pull secret. This leads to a permission denied error pulling the image. To prevent this, this PR will add an entry with the imagepullsecret set in the SA definition.