Merge pull request #5462 from adamreese/v3/fix-log-panic

fix(pkg/action): action log must be initialized
pull/5470/head
Adam Reese 6 years ago committed by GitHub
commit 2f9356c230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,6 +94,7 @@ func newActionConfig(allNamespaces bool) *action.Configuration {
KubeClient: kc,
Releases: store,
Discovery: clientset.Discovery(),
Log: logf,
}
}

Loading…
Cancel
Save