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

[v13] Fix Helm chart Join token secret creation #26175

Merged
merged 1 commit into from May 12, 2023

Commits on May 12, 2023

  1. Fix Helm chart Join token secret creation (#26055)

    * 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
    
    * Add changelog
    tigrato committed May 12, 2023
    Configuration menu
    Copy the full SHA
    53e6276 View commit details
    Browse the repository at this point in the history