Skip to content

Commit a5d9d63

Browse files
committed
Fix kubectl current-context command.
1 parent 5d9c558 commit a5d9d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-ksonnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
1717
$ tk init
1818

1919
# point at cluster
20-
$ export CONTEXT=$(kubectl current-context)
20+
$ export CONTEXT=$(kubectl config current-context)
2121
$ tk env set environments/default --server-from-context=$CONTEXT
2222
```
2323

0 commit comments

Comments
 (0)