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

Copy tls.crt to ca.crt always unless ca.crt exists #117

Merged
merged 2 commits into from
Sep 19, 2023

Commits on Jul 31, 2023

  1. Copy tls.crt to ca.crt always unless ca.crt exists

    Previously the init container only copied tls.crt to ca.crt after
    generating a new certificate. When using cert-manager with an ACME
    issuer to generate a certificate, the resulting secret will also not
    have a ca.crt. When doing the copy like this, both cases would be
    covered without impacting other cases.
    pschichtel committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1f97170 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Don't assume bassh

    Co-authored-by: Ween Jiann <16207788+lwj5@users.noreply.github.com>
    pschichtel and lwj5 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7fd2057 View commit details
    Browse the repository at this point in the history