summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates/pvc.j2
diff options
context:
space:
mode:
authorOpenShift Bot <dmcphers+openshiftbot@redhat.com>2017-03-15 13:23:13 -0400
committerGitHub <noreply@github.com>2017-03-15 13:23:13 -0400
commit91ca8e8134bc0af84478125174c58f0fb2b8943c (patch)
treeffc967d2d6764fb074fdff67bdd859380acd4bd3 /roles/openshift_logging/templates/pvc.j2
parent6362a2cc4e8dfa902f4e04c9b564d3933fbb755e (diff)
parent290f703cc0341fcec66bc6ba8f0c05a1e02649b6 (diff)
downloadopenshift-91ca8e8134bc0af84478125174c58f0fb2b8943c.tar.gz
openshift-91ca8e8134bc0af84478125174c58f0fb2b8943c.tar.bz2
openshift-91ca8e8134bc0af84478125174c58f0fb2b8943c.tar.xz
openshift-91ca8e8134bc0af84478125174c58f0fb2b8943c.zip
Merge pull request #3629 from ewolinetz/logging_15_cherrypick
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging/templates/pvc.j2')
-rw-r--r--roles/openshift_logging/templates/pvc.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/templates/pvc.j2 b/roles/openshift_logging/templates/pvc.j2
index f19a3a750..07d81afff 100644
--- a/roles/openshift_logging/templates/pvc.j2
+++ b/roles/openshift_logging/templates/pvc.j2
@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
- name: {{obj_name}}
+ name: "{{obj_name}}"
labels:
logging-infra: support
{% if annotations is defined %}