From 114ff4eeba37b3de41dc1ba3aece65458247f305 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 4 Apr 2019 21:49:53 +0200 Subject: [PATCH] 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 --- nova/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nova/values.yaml b/nova/values.yaml index 7cb4d553c2..7af6d8dc1b 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -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