Skip to content

Commit

Permalink
Merge pull request #450 from hjensas/drop-unused-values
Browse files Browse the repository at this point in the history
Drop unused `ocp` values service and cluster cidr

These values are not used anywhere, let's remove them from the example.

Reviewed-by: John Fulton <johfulto@redhat.com>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 18, 2024
2 parents f09f1b4 + ae03b3e commit d60373f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/dt/bmo01/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ metadata:
data:
openstack-operator-image: "quay.io/openstack-k8s-operators/openstack-operator-index:latest"

ocp:
cluster_network_cidr: 192.168.16.0/20
service_network_cidr: 172.30.0.0/16

node_0:
name: master-0
internalapi_ip: 172.17.0.10
Expand Down
4 changes: 0 additions & 4 deletions examples/dt/uni01alpha/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ metadata:
data:
openstack-operator-image: "quay.io/openstack-k8s-operators/openstack-operator-index:latest"

ocp:
cluster_network_cidr: 192.168.16.0/20
service_network_cidr: 172.30.0.0/16

node_0:
name: master-0
internalapi_ip: 172.17.0.10
Expand Down

0 comments on commit d60373f

Please sign in to comment.