Skip to content

Commit

Permalink
fix bug when attempting to read cert-manager.yaml file from assets
Browse files Browse the repository at this point in the history
  • Loading branch information
munnerz committed Jul 9, 2020
1 parent 6a2e056 commit e67670b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/cluster/cert_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (cm *certManagerClient) EnsureWebhook() error {
// Gets the cert-manager objects from the embedded assets.
objs, err := cm.getManifestObjs()
if err != nil {
return nil
return err
}

// installs the web-hook
Expand Down

0 comments on commit e67670b

Please sign in to comment.