Explorar o código

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

Scott Dodson %!s(int64=8) %!d(string=hai) anos
pai
achega
a674eb52df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() %}