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?