Skip to content

Commit

Permalink
krew related urls pointing to the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lalyos committed Sep 10, 2020
1 parent 997cf3b commit a7d0dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The examples can be used by a kubectl plugin `examples`. This plugin can be inst
by [krew](https://krew.sigs.k8s.io/):

- first [install krew](https://krew.sigs.k8s.io/docs/user-guide/setup/install/)
- Install a custom plugin index: `kubectl krew index add cs https://github.com/ContainerSolutions/kubernetes-examples.git`
- Install a custom plugin index: `kubectl krew index add cs https://github.com/lalyos/kubernetes-examples.git`
- Install this plugin: `kubectl krew install cs/examples`

Interactively discover by first selecting the resource type:
Expand Down
2 changes: 1 addition & 1 deletion plugins/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
values:
- darwin
- linux
uri: https://github.com/ContainerSolutions/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
uri: https://github.com/lalyos/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
sha256: f6e5cab7e4a94f322f0521b3384c0470ac7f0d8136af115e44423d2533885b5e
files:
- from: "*"
Expand Down

0 comments on commit a7d0dab

Please sign in to comment.