Helm chart: how do I configure our docker credentials #898
Unanswered
mkotsalainen
asked this question in
Help & Support
Replies: 1 comment 3 replies
-
@mkotsalainen there are various ways work with private registries or using secrets the popular is setting the imagePullSecret regarding the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run into docker rate limts when using Trivy Operator installed via Helm Chart. I tried adding our dockerhub credentials like so:
But that doesn't seem to work. We have a dockerhub secret in the core namespace that I want to use.
The documentation in the values says this about using that variable:
trivy-operator/deploy/helm/values.yaml
Line 93 in eb495d1
What if we have multiple image pull secrets in the same namespace? That won't work because then they would all share the same key. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions