diff --git a/nova/templates/configmap-bin.yaml b/nova/templates/configmap-bin.yaml index 3c680644cf..8235102a19 100644 --- a/nova/templates/configmap-bin.yaml +++ b/nova/templates/configmap-bin.yaml @@ -27,7 +27,5 @@ data: {{- include "helm-toolkit.keystone_user" . | indent 4 }} init.sh: | {{ tuple "bin/_init.sh.tpl" . | include "helm-toolkit.template" | indent 4 }} - post.sh: | -{{ tuple "bin/_post.sh.tpl" . | include "helm-toolkit.template" | indent 4 }} libvirt.sh: | {{ tuple "bin/_libvirt.sh.tpl" . | include "helm-toolkit.template" | indent 4 }} diff --git a/nova/values.yaml b/nova/values.yaml index ca77d72368..b91f2f0e6e 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -160,11 +160,6 @@ dependencies: - nova-ks-service service: - keystone-api - init: - jobs: - - mariadb-seed - service: - - mariadb compute: jobs: - nova-db-sync