Skip to content
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

helmrepo: fix Secret type check for TLS via .spec.secretRef #1220

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 5, 2023

  1. helmrepo: fix Secret type check for TLS via .spec.secretRef

    This is a regression fix introduced in a302c71 which would wrongly check
    for the type of the Secret specified in `.spec.secretRef` while
    configuring TLS data.
    
    Introduce `LegacyTLSClientConfigFromSecret` which does not check the
    Secret type while constructing the TLS config.
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f787fc7 View commit details
    Browse the repository at this point in the history