fix(pkg/action): action log must be initialized

Fixes panic from calling Log.

Signed-off-by: Adam Reese <adam@reese.io>
pull/5462/head
Adam Reese 6 years ago
parent 8f37ab48ac
commit bcbc3875bd
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

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

Loading…
Cancel
Save