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

🐛 handle nil pointer in clusterctl describe #8724

Commits on Jun 12, 2023

  1. handle nil pointer in clusterctl describe

    if a cluster as an empy bootstrap.configref in the machinedeployment
    (which is allowed), a nil pointer will raise if clusterctl describe
    cluster is called with --show-templates.
    
    Also add a second type of a fake machinedeployment which has a secret
    reference in the boostrap object instead of a config ref
    
    Signed-off-by: Mario Constanti <mario@constanti.de>
    bavarianbidi committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5adeb34 View commit details
    Browse the repository at this point in the history