Skip to content

Commit

Permalink
Merge pull request #151 from abays/use_local_storage_default
Browse files Browse the repository at this point in the history
Use 'local-storage' as storageClass default in values.yaml
  • Loading branch information
Jaganathancse authored Apr 1, 2024
2 parents b291825 + c9a856e commit fc0f8c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/va/hci/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,5 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.86

lbServiceType: LoadBalancer
storageClass: host-nfs-storageclass
storageClass: local-storage
bridgeName: ospbr
2 changes: 1 addition & 1 deletion examples/va/nfv/ovs-dpdk-sriov/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.86

lbServiceType: LoadBalancer
storageClass: host-nfs-storageclass
storageClass: local-storage
bridgeName: ospbr
2 changes: 1 addition & 1 deletion examples/va/nfv/ovs-dpdk/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.86

lbServiceType: LoadBalancer
storageClass: host-nfs-storageclass
storageClass: local-storage
bridgeName: ospbr
2 changes: 1 addition & 1 deletion examples/va/nfv/sriov/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ data:
metallb.universe.tf/loadBalancerIPs: 172.17.0.86

lbServiceType: LoadBalancer
storageClass: host-nfs-storageclass
storageClass: local-storage
bridgeName: ospbr

0 comments on commit fc0f8c0

Please sign in to comment.