浏览代码

Fix quotes

Diego Castro 9 年之前
父节点
当前提交
e87883d2be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_master/templates/master.yaml.v1.j2

+ 1 - 1
roles/openshift_master/templates/master.yaml.v1.j2

@@ -103,7 +103,7 @@ projectConfig:
   projectRequestTemplate: "{{ openshift.master.project_request_template }}"
   projectRequestTemplate: "{{ openshift.master.project_request_template }}"
   securityAllocator:
   securityAllocator:
     mcsAllocatorRange: "{{ openshift.master.mcs_allocator_range }}"
     mcsAllocatorRange: "{{ openshift.master.mcs_allocator_range }}"
-    mcsLabelsPerProject: "{{ openshift.master.mcs_labels_per_project }}"
+    mcsLabelsPerProject: {{ openshift.master.mcs_labels_per_project }}
     uidAllocatorRange: "{{ openshift.master.uid_allocator_range  }}"
     uidAllocatorRange: "{{ openshift.master.uid_allocator_range  }}"
 routingConfig:
 routingConfig:
   subdomain:  "{{ openshift.master.default_subdomain | default("") }}"
   subdomain:  "{{ openshift.master.default_subdomain | default("") }}"