Skip to content

Commit 0dee806

Browse files
committed
fixup! Require one of kubeconfig_path or kubeconfig_raw fix #90
1 parent d794a84 commit 0dee806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
run: |
152152
echo "provider "kustomization" {" > provider.tf
153153
echo " kubeconfig_raw = <<EOT" >> provider.tf
154-
cat $(kind get kubeconfig-path --name="kind") >> provider.tf
154+
kind get kubeconfig --name kind >> provider.tf
155155
echo "EOT" >> provider.tf
156156
echo "}" >> provider.tf
157157

0 commit comments

Comments
 (0)