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 3e7b1e2 commit be8255eCopy full SHA for be8255e
charts/capi-proxmox/README.md
@@ -14,9 +14,9 @@ clusterctl generate cluster proxmox-mw \
14
The following chart can be used
15
16
```bash
17
-helm repo add
18
-helm upgrade --install --create-namespace -n 'k8s-management'
19
-cluster-api-proxmox/cluster-api-proxmox -f values.yaml
+helm repo add mw-capi https://mikroways.github.io/cluster-api-helm/
+helm upgrade --install --create-namespace -n 'k8s-management' \
+ mw-capi/cluster-api-proxmox -f values.yaml
20
```
21
22
## Requirements
0 commit comments