Skip to content

Commit

Permalink
Merge pull request #523 from bison/libvirtprovider-version
Browse files Browse the repository at this point in the history
Update libvirt cluster-api provider config version
  • Loading branch information
openshift-merge-robot committed Oct 24, 2018
2 parents 5467b7d + 64a0a3e commit 3fa7a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/asset/machines/libvirt/master.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ items:
spec:
providerConfig:
value:
apiVersion: libvirtproviderconfig/v1alpha1
apiVersion: libvirtproviderconfig.k8s.io/v1alpha1
kind: LibvirtMachineProviderConfig
domainMemory: 2048
domainVcpu: 2
Expand Down
2 changes: 1 addition & 1 deletion pkg/asset/machines/libvirt/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
spec:
providerConfig:
value:
apiVersion: libvirtproviderconfig/v1alpha1
apiVersion: libvirtproviderconfig.k8s.io/v1alpha1
kind: LibvirtMachineProviderConfig
domainMemory: 2048
domainVcpu: 2
Expand Down

0 comments on commit 3fa7a19

Please sign in to comment.