Skip to content

Commit 8b04b60

Browse files
Merge pull request #621 from stuggi/manila_database_instance
Add databaseInstance for manila in ctlplane template There seems to be a bug in the current controller-gen version used, which resulted in the databaseInstance in manila not to be a required paramater. With the bump controller-gen happening as part of the golang-bump work the databaseInstance gets added as a required parameter [1]. This adds it to the ctlplane template. [1] openstack-k8s-operators/manila-operator#462 (comment) Reviewed-by: Francesco Pantano <[email protected]> Reviewed-by: Andrew Bays <[email protected]>
2 parents 7d863c3 + 37fc02c commit 8b04b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/control-plane/base/openstackcontrolplane.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ spec:
155155
route: {"haproxy.router.openshift.io/timeout": "60s"}
156156
enabled: false
157157
template:
158+
databaseInstance: openstack
158159
manilaAPI:
159160
networkAttachments:
160161
- internalapi

0 commit comments

Comments
 (0)