Skip to content

Commit a207992

Browse files
committed
Update README.md and .krew.yaml
1 parent ebd151e commit a207992

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.krew.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@ spec:
1111
and then prompts you to confirm by typing 'yes' before proceeding to
1212
execute the kubectl command.
1313
platforms:
14-
- bin: kubectl-confirm
15-
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
16-
selector:
14+
- selector:
1715
matchLabels:
1816
os: darwin
1917
arch: amd64
20-
- bin: kubectl-confirm
21-
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
22-
selector:
18+
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
19+
bin: kubectl-confirm
20+
- selector:
2321
matchLabels:
2422
os: darwin
2523
arch: arm64
26-
- bin: kubectl-confirm
27-
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
28-
selector:
24+
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
25+
bin: kubectl-confirm
26+
- selector:
2927
matchLabels:
3028
os: linux
3129
arch: amd64
32-
- bin: kubectl-confirm
33-
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-arm64.tar.gz" .TagName }}
34-
selector:
30+
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
31+
bin: kubectl-confirm
32+
- selector:
3533
matchLabels:
3634
os: linux
3735
arch: arm64
38-
- bin: kubectl-confirm.exe
39-
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-windows-amd64.tar.gz" .TagName }}
40-
selector:
36+
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-arm64.tar.gz" .TagName }}
37+
bin: kubectl-confirm
38+
- selector:
4139
matchLabels:
4240
os: windows
4341
arch: amd64
42+
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-windows-amd64.tar.gz" .TagName }}
43+
bin: kubectl-confirm.exe

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kubectl Confirm is a plugin for Kubectl that displays information and asked for
55
The following information is displayed:
66
* Configuration: Context name, Cluster, User, and Namespace
77
* Dry Run Output (if the executed command supports the `--dry-run` flag)
8-
* Diff Output (`apply` command only)
8+
* Diff Output (if the executed command supports the `--dry-run` and `--output` flags)
99

1010
## Example Output
1111
```

0 commit comments

Comments
 (0)