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
I'm trying to use pullSecrets or pull Credentials not helm chart generic-app, but it can't authenticate in my private regitry that is in gitlab, follow the config that I used
For pullsecrets I created the secret by hand I pointed to it even so I can't authenticate to download the image
I'm trying to use pullSecrets or pull Credentials not helm chart generic-app, but it can't authenticate in my private regitry that is in gitlab, follow the config that I used
For pullsecrets I created the secret by hand I pointed to it even so I can't authenticate to download the image
pod:
image:
pullSecrets:
- name: secretName
pullCredentials:
registry: myregistryURL
username: gitlab-ci-bot
password: {{GITLAB_TOKEN}}
the chart version 0.0.7 this flag work
pods.imagePullSecrets
Help-me?
The text was updated successfully, but these errors were encountered: