Skip to content

Commit 8c9147a

Browse files
committed
fix(krew): update krew.yaml to correct URL typo
Signed-off-by: Rob Casale <rcasale48@verizon.net>
1 parent aaace0c commit 8c9147a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.krew.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ spec:
77
homepage: https://github.com/fidelity/kconnect
88
shortDescription: "Discover and access clusters"
99
description: |
10-
kconnect is a tool that can be used to discover and securely access Kubernetes
10+
kconnect is a tool that can be used to discover and securely access Kubernetes
1111
clusters across multiple operating environments.
12-
Based on the authentication mechanism chosen the CLI will discover Kubernetes
13-
clusters you are allowed to access in a target hosting environment (i.e. EKS, AKS, Rancher)
12+
Based on the authentication mechanism chosen the CLI will discover Kubernetes
13+
clusters you are allowed to access in a target hosting environment (i.e. EKS, AKS, Rancher)
1414
and generate a kubeconfig for a chosen cluster.
1515
Features:
16-
- Authenticate using SAML or Azure Active Directory
16+
- Authenticate using SAML or Azure Active Directory
1717
- Discover EKS, AKS & Rancher clusters
1818
- Generate a kubeconfig for a cluster
1919
- Query history of connected servers
@@ -59,7 +59,7 @@ spec:
5959
matchLabels:
6060
os: darwin
6161
arch: arm64
62-
{{addURIAndSha "https://github.com/fidelity/kconnect/releases/download/{{ .TagName }}/kconnect_macos_amd64.tar.gz" .TagName }}
62+
{{addURIAndSha "https://github.com/fidelity/kconnect/releases/download/{{ .TagName }}/kconnect_macos_arm64.tar.gz" .TagName }}
6363
files:
6464
- from: "kconnect"
6565
to: "kubectl-connect"

0 commit comments

Comments
 (0)