Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix kubectl current-context command.
  • Loading branch information
robx committed Jun 2, 2020
commit a5d9d6373c595be95fa2b25962b5d81c227584c9
2 changes: 1 addition & 1 deletion prometheus-ksonnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ GO111MODULE=on go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
$ tk init

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

Expand Down