Skip to content

Commit fe3c84e

Browse files
committed
Add kubeconfig file path log to kind provisioner
Signed-off-by: Per G. da Silva <[email protected]>
1 parent e02d21a commit fe3c84e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ spec:
245245
served: true
246246
storage: true
247247
subresources:
248-
status: {}
248+
status: {}

test/e2e/ctx/provisioner_kind.go

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func Provision(ctx *TestContext) (func(), error) {
8383
}
8484
kubeconfigPath := filepath.Join(dir, "kubeconfig")
8585

86+
fmt.Printf("kubeconfig: %s\n", kubeconfigPath)
8687
provider := cluster.NewProvider(
8788
cluster.ProviderWithLogger(kindLogAdapter{ctx}),
8889
)

0 commit comments

Comments
 (0)