Skip to content

Commit

Permalink
update vsphere credential creation instructions (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: eddiepaton <eddie.paton@prontocloud.com.au>
  • Loading branch information
eddiepaton authored Feb 18, 2025
1 parent 401a837 commit 81773af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cluster-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ kubectl annotate secret -n cattle-global-data digitalocean-creds provisioning.ca
#### For VMWare vSphere Credentials

```bash
kubectl create secret -n cattle-global-data generic vsphere-creds --from-literal=digitaloceancredentialConfig-accessToken=$TOKEN
kubectl create secret -n cattle-global-data generic vsphere-creds --from-literal=vmwarevspherecredentialConfig-username=$USERNAME --from-literal=vmwarevspherecredentialConfig-password=$PASSWORD --from-literal=vmwarevspherecredentialConfig-vcenter=$VCENTER_HOST --from-literal=vmwarevspherecredentialConfig-vcenterPort=$VCENTER_PORT

kubectl annotate secret -n cattle-global-data vsphere-creds provisioning.cattle.io/driver=digitalocean
kubectl annotate secret -n cattle-global-data vsphere-creds provisioning.cattle.io/driver=vmwarevsphere
```

### Registry Credentials
Expand Down

0 comments on commit 81773af

Please sign in to comment.