mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Add missing dependencies for spiceproxy in values
without the dependencies in the values.yaml, the role and rolebinding will not be created by helm-toolkit as it uses those to create and generate the role/rolebinding for the accounts Change-Id: I711d5fc4a2a376a29daf526fc420790ea9cacf25
This commit is contained in:
@@ -393,6 +393,12 @@ dependencies:
|
||||
services:
|
||||
- endpoint: internal
|
||||
service: oslo_db
|
||||
spiceproxy:
|
||||
jobs:
|
||||
- nova-db-sync
|
||||
services:
|
||||
- endpoint: internal
|
||||
service: oslo_db
|
||||
scheduler:
|
||||
jobs:
|
||||
- nova-db-sync
|
||||
|
||||
Reference in New Issue
Block a user