-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unsupported secret type for registry authentication #1360
Comments
Thanks for the report. It seems the secret that's created by the These expect a secret with a |
@astefanutti Thanks for you reply.
Please guide me what should I do. Thanks! |
I've improved registry configuration with Buildah in #1295. It's not in 1.0.0-RC2 version, but will be in the next release. In the meantime, you could try from the |
Thanks! I am looking forward to the next release. |
camel-k:1.0.0-RC2
I executed
kamel install
as the document Configuring a DockerHub Registry says, and I checked the secretkubectl get secret camel-k-registry-secret -n camel-k -o yaml
is equals to~/.docker/config.json
.It doesn't work.
The text was updated successfully, but these errors were encountered: