Merge "Use secret in magnum daemonset"

This commit is contained in:
Zuul
2020-07-12 19:35:14 +00:00
committed by Gerrit Code Review

View File

@@ -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