File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Kubectl Confirm is a plugin for Kubectl that displays information and asked for
55The 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```
You can’t perform that action at this time.
0 commit comments