File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,25 @@ spec:
10
10
matchLabels :
11
11
os : darwin
12
12
arch : amd64
13
- {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
13
+ {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_amd64.tar.gz" .TagName | indent 6 }}
14
14
bin : kubectl-ray
15
15
- selector :
16
16
matchLabels :
17
17
os : darwin
18
18
arch : arm64
19
- {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName }}
19
+ {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_darwin_arm64.tar.gz" .TagName | indent 6 }}
20
20
bin : kubectl-ray
21
21
- selector :
22
22
matchLabels :
23
23
os : linux
24
24
arch : amd64
25
- {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
25
+ {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_amd64.tar.gz" .TagName | indent 6 }}
26
26
bin : kubectl-ray
27
27
- selector :
28
28
matchLabels :
29
29
os : linux
30
30
arch : arm64
31
- {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName }}
31
+ {{addURIAndSha "https://github.com/ray-project/kuberay/releases/download/{{ .TagName }}/kubectl-ray_{{ .TagName }}_linux_arm64.tar.gz" .TagName | indent 6 }}
32
32
bin : kubectl-ray
33
33
shortDescription : Ray kubectl plugin
34
34
description : |
You can’t perform that action at this time.
0 commit comments