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

Only initialize task.VolumeMounts when not-nil #10990

Merged
merged 2 commits into from
Aug 2, 2021
Merged

Commits on Aug 2, 2021

  1. Only initialize task.VolumeMounts when not-nil

    1.1.3 had a bug where task.VolumeMounts will be an empty slice instead
      of nil. Eventually, it gets canonicalized and is set to `nil`, but it
    seems to confuse dry-run planning.
    Mahmood Ali committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5a6f7f4 View commit details
    Browse the repository at this point in the history
  2. changelog

    Mahmood Ali committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    53c960d View commit details
    Browse the repository at this point in the history