wso2 / kubernetes-sp

Apache License 2.0
44 stars 19 forks source link

imagePullCredential reference needed when using private docker images #47

Open Aaquiff opened 5 years ago

Aaquiff commented 5 years ago

Description: When deploying the helm charts, the secret "wso2creds" is created if images from wso2 docker registry is used(WSO2 credentials given). However the deployment manifest template contains no reference(imagePullCredentials) to the above mentioned secret. Therefore deployment fails when deploying the WSO2 credentials.

Aaquiff commented 5 years ago

Fixed in #48