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) - prevent a possible nil pointer in the helm uninstall #4288

Merged
merged 1 commit into from
Dec 7, 2020
Merged

fix: (helm) - prevent a possible nil pointer in the helm uninstall #4288

merged 1 commit into from
Dec 7, 2020

Conversation

mikeshng
Copy link
Contributor

@mikeshng mikeshng commented Dec 7, 2020

Signed-off-by: Mike Ng ming@redhat.com

Description of the change:
It's possible to run into a nil pointer error during a helm uninstall

Motivation for the change:
Prevent the nil pointer error from happening.

Checklist

If the pull request includes user-facing changes, extra documentation is required:

internal/helm/release/manager.go Show resolved Hide resolved
internal/helm/release/manager.go Show resolved Hide resolved
Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 7, 2020
@estroz estroz merged commit f015dd2 into operator-framework:master Dec 7, 2020
@mikeshng mikeshng deleted the helm-nil-uninstall-fix branch December 7, 2020 22:18
estroz pushed a commit to estroz/operator-sdk that referenced this pull request Dec 7, 2020
reinvantveer pushed a commit to reinvantveer/operator-sdk that referenced this pull request Feb 5, 2021
…perator-framework#4288)

Signed-off-by: Mike Ng <ming@redhat.com>
Signed-off-by: reinvantveer <rein.van.t.veer@geodan.nl>
rearl-scwx pushed a commit to rearl-scwx/operator-sdk that referenced this pull request Feb 5, 2021
…perator-framework#4288)

Signed-off-by: Mike Ng <ming@redhat.com>Signed-off-by: rearl <rearl@secureworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants