Skip to content

Commit 6a68992

Browse files
committed
Replace lalyos with ContainerSolutions
1 parent 5ae888d commit 6a68992

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The examples can be used by a kubectl plugin `examples`. This plugin can be inst
2121
by [krew](https://krew.sigs.k8s.io/):
2222

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

2727
Interactively discover by first selecting the resource type:

plugins/examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ spec:
2929
values:
3030
- darwin
3131
- linux
32-
uri: https://github.com/lalyos/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
33-
sha256: e11c9f7a569e946c2d197c7560757d783cad25846d49480ccf0a61ccabf9f521
32+
uri: https://github.com/ContainerSolutions/kubernetes-examples/releases/download/v0.0.1/examples.tar.gz
33+
sha256: f6e5cab7e4a94f322f0521b3384c0470ac7f0d8136af115e44423d2533885b5e
3434
files:
3535
- from: "*"
3636
to: "."

0 commit comments

Comments
 (0)