瀏覽代碼

Found this while searching the metrics role for logging, is this wrong?

Scott Dodson 8 年之前
父節點
當前提交
a674eb52df
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/openshift_metrics/templates/pvc.j2

+ 1 - 1
roles/openshift_metrics/templates/pvc.j2

@@ -4,7 +4,7 @@ metadata:
   name: "{{obj_name}}"
 {% if labels is not defined %}
   labels:
-    logging-infra: support
+    metrics-infra: support
 {% elif labels %}
   labels:
 {% for key, value in labels.iteritems() %}