We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2b90e commit 1c31449Copy full SHA for 1c31449
README.md
@@ -6,11 +6,11 @@ kubernetes secret edit
6
7
```bash
8
# linux
9
-$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.4/ksedit_linux_amd64 -o /usr/local/bin/ksedit
+$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.5/ksedit_linux_amd64 -o /usr/local/bin/ksedit
10
$ chmod +x /usr/local/bin/kubectl
11
12
# mac
13
-$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.4/darwin_linux_amd64 -o /usr/local/bin/ksedit
+$ curl -L https://github.com/plaidev/ksedit/releases/download/v0.0.5/darwin_linux_amd64 -o /usr/local/bin/ksedit
14
15
```
16
0 commit comments