Skip to content

Commit 2b99d0a

Browse files
authored
Merge pull request #168 from Prajyot-Parab/main
update readme secret link
2 parents b305442 + b6d83c9 commit 2b99d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Following sections are Kubernetes specific. If you are Kubernetes user, use foll
6262

6363
* Using secret object - Generate IBMCLOUD_APIKEY from the UI, put that user's credentials in [secret manifest](../deploy/kubernetes/secret.yaml), then deploy the secret
6464
```sh
65-
curl https://raw.githubusercontent.com/kubernetes-sigs/ibm-powervs-block-csi-driver/blob/main/deploy/kubernetes/secret.yaml > secret.yaml
65+
curl https://raw.githubusercontent.com/kubernetes-sigs/ibm-powervs-block-csi-driver/main/deploy/kubernetes/secret.yaml > secret.yaml
6666
# Edit the IBMCLOUD_API_KEY
6767
# Edit the secret with user credentials
6868
kubectl apply -f secret.yaml

0 commit comments

Comments
 (0)