summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-03-24 13:34:00 -0400
committerScott Dodson <sdodson@redhat.com>2017-03-24 14:58:41 -0400
commita674eb52df90f2dba9b8713760dba2a9e3fed7ce (patch)
tree822e4e0aaa18ffc52057ec6583e4ff0de0b72d08 /roles/openshift_metrics
parent22d8eccb74bd2a1da5c29c0020f1f7ba89164cdc (diff)
downloadopenshift-a674eb52df90f2dba9b8713760dba2a9e3fed7ce.tar.gz
openshift-a674eb52df90f2dba9b8713760dba2a9e3fed7ce.tar.bz2
openshift-a674eb52df90f2dba9b8713760dba2a9e3fed7ce.tar.xz
openshift-a674eb52df90f2dba9b8713760dba2a9e3fed7ce.zip
Found this while searching the metrics role for logging, is this wrong?
Diffstat (limited to 'roles/openshift_metrics')
-rw-r--r--roles/openshift_metrics/templates/pvc.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/templates/pvc.j2 b/roles/openshift_metrics/templates/pvc.j2
index 885dd368d..c2e56ba21 100644
--- a/roles/openshift_metrics/templates/pvc.j2
+++ b/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() %}