소스 검색

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() %}