Skip to content

Commit

Permalink
fix .krew indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jul 15, 2020
1 parent c18d6d9 commit e62fbdf
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ spec:
the resource to act on. For example, `kubectl ipick exec` will
show a list of pods and execute `kubectl exec <selected-pod>`.
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick.exe
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Darwin_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Linux_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/similarweb/kubectl-ipick/releases/download/v{{ .TagName }}/kubectl-ipick_{{ .TagName }}_Windows_x86_64.tar.gz" .TagName | indent 4 }}
bin: kubectl-ipick.exe

0 comments on commit e62fbdf

Please sign in to comment.