Skip to content

Commit

Permalink
Update README.md and .krew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpursley committed Jul 29, 2022
1 parent ebd151e commit a207992
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@ spec:
and then prompts you to confirm by typing 'yes' before proceeding to
execute the kubectl command.
platforms:
- bin: kubectl-confirm
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
selector:
- selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-confirm
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
selector:
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-confirm
- selector:
matchLabels:
os: darwin
arch: arm64
- bin: kubectl-confirm
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
selector:
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-confirm
- selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-confirm
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-arm64.tar.gz" .TagName }}
selector:
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-amd64.tar.gz" .TagName }}
bin: kubectl-confirm
- selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-confirm.exe
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-windows-amd64.tar.gz" .TagName }}
selector:
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-linux-arm64.tar.gz" .TagName }}
bin: kubectl-confirm
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/brianpursley/kubectl-confirm/releases/download/{{ .TagName }}/kubectl-confirm-{{ .TagName }}-windows-amd64.tar.gz" .TagName }}
bin: kubectl-confirm.exe
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kubectl Confirm is a plugin for Kubectl that displays information and asked for
The following information is displayed:
* Configuration: Context name, Cluster, User, and Namespace
* Dry Run Output (if the executed command supports the `--dry-run` flag)
* Diff Output (`apply` command only)
* Diff Output (if the executed command supports the `--dry-run` and `--output` flags)

## Example Output
```
Expand Down

0 comments on commit a207992

Please sign in to comment.