瀏覽代碼

keys should be lowercase according to the spec

Jean-Francois Chevrette 8 年之前
父節點
當前提交
3f2569c067
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      roles/openshift_storage_nfs_lvm/templates/nfs.json.j2

+ 2 - 2
roles/openshift_storage_nfs_lvm/templates/nfs.json.j2

@@ -14,8 +14,8 @@
     "accessModes": [ "ReadWriteOnce", "ReadWriteMany" ],
     "persistentVolumeReclaimPolicy": "{{ osnl_volume_reclaim_policy }}",
     "nfs": {
-      "Server": "{{ inventory_hostname }}",
-      "Path": "{{ osnl_mount_dir }}/{{ item }}"
+      "server": "{{ inventory_hostname }}",
+      "path": "{{ osnl_mount_dir }}/{{ item }}"
     }
   }
 }