Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes error when pulling lenses docker image from private registry #14 #15

Open
wants to merge 3 commits into
base: release/5.0
Choose a base branch
from

Conversation

vaidx
Copy link

@vaidx vaidx commented Mar 14, 2022

Fixes issue: #14

Re-positioned incorrectly placed imagePullSecrets field in deployment.yaml

@rotarur
Copy link

rotarur commented May 18, 2022

any luck to have this shipped ? I'm facing the same issue

@vaidx
Copy link
Author

vaidx commented May 19, 2022

any luck to have this shipped ? I'm facing the same issue

@rotarur
Since this was not merged, we found a roundabout fix. You can specify the imagePullSecrets field in the ServiceAccount yaml definition like below.

---
apiVersion: v1
kind: ServiceAccount
metadata:
  name: lenses
imagePullSecrets:
  - name: secret-name

This should do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants