Skip to content

Commit

Permalink
Merge pull request #21 from similarweb/bugfix/fix-krew-yaml
Browse files Browse the repository at this point in the history
fix .krew indentation
  • Loading branch information
kaplanelad authored Jul 15, 2020
2 parents c18d6d9 + e62fbdf commit 04195e7
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 04195e7

Please sign in to comment.