Kaydet (Commit) d6ffe9aa authored tarafından bin liu's avatar bin liu

fix JSON key typo, it should not be underscores, but should be camelCase with first letter capital

Signed-off-by: 's avatarbin liu <liubin0329@gmail.com>
üst e1518bf2
......@@ -94,7 +94,7 @@ class Mount(dict):
if labels:
volume_opts['Labels'] = labels
if driver_config:
volume_opts['driver_config'] = driver_config
volume_opts['DriverConfig'] = driver_config
if volume_opts:
self['VolumeOptions'] = volume_opts
if propagation:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment