We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b427dfa commit a594272Copy full SHA for a594272
examples/WORKSPACE
@@ -28,7 +28,7 @@ load("@com_adobe_rules_gitops//skylib:k8s.bzl", "kubeconfig")
28
kubeconfig(
29
name = "k8s_test",
30
cluster = "kind-kind",
31
- symlink = True,
+ use_host_config = True,
32
)
33
34
#
0 commit comments