diff --git a/openstack_operator/templates/magnum/daemonset.yml.j2 b/openstack_operator/templates/magnum/daemonset.yml.j2 index 4d4b7c48..551fe78c 100644 --- a/openstack_operator/templates/magnum/daemonset.yml.j2 +++ b/openstack_operator/templates/magnum/daemonset.yml.j2 @@ -84,9 +84,8 @@ spec: mountPath: /etc/uwsgi volumes: - name: config - hostPath: - path: {{ spec['configDir'] }} - type: Directory + secret: + secretName: magnum-config - name: uwsgi-config configMap: defaultMode: 420