-
Notifications
You must be signed in to change notification settings - Fork 609
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
Implement flux create secret oci
#2910
Comments
/assign |
Implemented in #2920 |
@stefanprodan In your documentation, and I quote: "The secret is expected to be in the same format as the docker config secrets, usually created by If you state that Flux expects the secret to be in the format produced by the kubectl command, then how is the This is confusing and undocumented behavior. Either the documentation should be improved to explain this deviation from the behavior of the kubectl command, or the flux command should be fixed to conform to the output of the kubectl command. EDIT: The |
We use |
Add a new command for generating image pull secrets of type
kubernetes.io/dockerconfigjson
:The implementation PR should be made agains the
oci
branch, ref: #2856The text was updated successfully, but these errors were encountered: