Skip to content

Commit

Permalink
Add kubeconfig file path log to kind provisioner
Browse files Browse the repository at this point in the history
Signed-off-by: Per G. da Silva <perdasilva@redhat.com>
  • Loading branch information
perdasilva committed Dec 13, 2021
1 parent e02d21a commit fe3c84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ spec:
served: true
storage: true
subresources:
status: {}
status: {}
1 change: 1 addition & 0 deletions test/e2e/ctx/provisioner_kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func Provision(ctx *TestContext) (func(), error) {
}
kubeconfigPath := filepath.Join(dir, "kubeconfig")

fmt.Printf("kubeconfig: %s\n", kubeconfigPath)
provider := cluster.NewProvider(
cluster.ProviderWithLogger(kindLogAdapter{ctx}),
)
Expand Down

0 comments on commit fe3c84e

Please sign in to comment.