Skip to content

Commit

Permalink
Fixed krew template with indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Nov 8, 2023
1 parent c20353c commit 24da94e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,40 @@ spec:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_arm.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_arm.zip" .TagName | indent 6}}
- bin: gke-policy
selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_amd64.zip" .TagName | indent 6}}
- bin: gke-policy
selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_arm64.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_linux_arm64.zip" .TagName | indent 6}}
- bin: gke-policy.exe
selector:
matchLabels:
os: windows
arch: 386
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_windows_386.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_windows_386.zip" .TagName | indent 6}}
- bin: gke-policy.exe
selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_windows_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_windows_amd64.zip" .TagName | indent 6}}
- bin: gke-policy
selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_darwin_amd64.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_darwin_amd64.zip" .TagName | indent 6}}
- bin: gke-policy
selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_darwin_arm64.zip" .TagName }}
{{addURIAndSha "https://github.com/google/gke-policy-automation/releases/download/{{ .TagName }}/gke-policy-automation_{{ .TagName }}_darwin_arm64.zip" .TagName | indent 6}}

0 comments on commit 24da94e

Please sign in to comment.