Преглед на файлове

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