Feature: add support for image pull secrets #124
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be really useful to have label to allow pulling from private registries similar to what kompose offers with the aid of the label
kompose.image-pull-secret
check kompose label docs hereThe final result would be something like this:
Ho,
IMHO the values.yaml files is the place to put secret names. The generated
file proposes a value to set secrets.
I prefer leaving sensible data out if labels.
I need to think about this request.
Patrice FERLET
http://www.metal3d.org
Le jeu. 26 juin 2025, 15:49, jruipinto @.***> a écrit :
Hi Patrice,
That makes sense to me.
In that case, would it make sense to update the documentation, with the recommendation, on how to approach that problem for those who are coming from Kompose?
I took some times to think about your request. To go deeper in the explanation here is what could happend.
Let's add a label to give the secret names to make it possible to pull an image. Then, in the values.yaml, the "default" one, the secrets are set.
But, the helm chart doesn't contain the secret itself.
That means that the helm chart cannot be installed with default values. And this is what I want to avoid.
You're right, I will add a page in the documentation.
Thanks a lot!