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

Fix Helm chart Join token secret creation #26055

Merged
merged 2 commits into from May 12, 2023

Commits on May 11, 2023

  1. Fix Helm chart Join token secret creation

    Since #20763 was merged, we lost the ability of the chart reusing the
    externally created secrets for join token.
    
    This PR changes the logic and allows to control the secret creation
    using the `joinTokenSecret.create` boolean and the secret name with
    `joinTokenSecret.name`.
    
    Fixes #20763
    tigrato committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4298406 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Add changelog

    tigrato committed May 12, 2023
    Configuration menu
    Copy the full SHA
    ac01013 View commit details
    Browse the repository at this point in the history