We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e737d commit 4e2f331Copy full SHA for 4e2f331
hack/krew-kubectl-hns.yaml
@@ -46,6 +46,18 @@ spec:
46
- from: "bin/kubectl/LICENSE"
47
to: "."
48
bin: "./kubectl-hns_linux_amd64"
49
+ - uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
50
+ selector:
51
+ matchLabels:
52
+ os: linux
53
+ arch: arm64
54
+ sha256: HNC_KREW_TAR_SHA256
55
+ files:
56
+ - from: "bin/kubectl/kubectl-hns_linux_arm64"
57
+ to: "."
58
+ - from: "bin/kubectl/LICENSE"
59
60
+ bin: "./kubectl-hns_linux_arm64"
61
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/hierarchical-namespaces/releases/download/HNC_IMG_TAG/kubectl-hns.tar.gz
62
selector:
63
matchLabels:
0 commit comments