quarkus
quarkus copied to clipboard
It should be possible to have kubernetes extension configure image pull secrets
Description Currently, the extension doesn't configure Image Pull Secrets. It would be nice to have the extension generate and use image pull secrets with the following ways:
- optionally by providing username/password
- optionally using
.docker/config.json
/cc @geoand
Very good idea
As now I can't use Quarkus generated manifests for deployment because I must specify image pull secrets for our private repo. Is there any workaround for this?
I need this in ServiceAccount section of generated manifest.
imagePullSecrets:
- name: citcreg
Is there any update on this, other than manually editing the generated files to include the imagePullSecrets
?
edit: quarkus.kubernetes.image-pull-secrets=<secret name>
Great idea! Are there any updates on this?