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 8ca38be commit 179d237Copy full SHA for 179d237
clusterctl.yaml
@@ -1,4 +1,4 @@
1
providers:
2
- name: proxmox
3
- url: https://github.com/sp-yduck/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
+ url: https://github.com/Rwatana/cluster-api-provider-proxmox/releases/latest/infrastructure-components.yaml
4
type: InfrastructureProvider
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/onsi/ginkgo/v2 v2.13.1
9
github.com/onsi/gomega v1.30.0
10
github.com/pkg/errors v0.9.1
11
- github.com/Rwatana/proxmox-go v0.0.0-test1
+ github.com/Rwatana/proxmox-go
12
github.com/spf13/pflag v1.0.5
13
gopkg.in/yaml.v3 v3.0.1
14
k8s.io/api v0.27.2
0 commit comments