summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-04-25 12:26:34 -0500
committerGitHub <noreply@github.com>2017-04-25 12:26:34 -0500
commitaf7c4d3dda33783ddcc347ef099d3648c7bf7cbe (patch)
tree78cc3f569fdbed69726b77880d61b30dd53f8001 /roles/openshift_logging/templates
parentd5a3602931c2a3f273d32caa5036fa2adc98eb30 (diff)
parente7dadc566265797301aaa4b6f166b219cda28413 (diff)
downloadopenshift-af7c4d3dda33783ddcc347ef099d3648c7bf7cbe.tar.gz
openshift-af7c4d3dda33783ddcc347ef099d3648c7bf7cbe.tar.bz2
openshift-af7c4d3dda33783ddcc347ef099d3648c7bf7cbe.tar.xz
openshift-af7c4d3dda33783ddcc347ef099d3648c7bf7cbe.zip
Merge pull request #3911 from ewolinetz/logging_15_picks
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging/templates')
-rw-r--r--roles/openshift_logging/templates/curator.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/openshift_logging/templates/curator.j2 b/roles/openshift_logging/templates/curator.j2
index a0fefd882..c6284166b 100644
--- a/roles/openshift_logging/templates/curator.j2
+++ b/roles/openshift_logging/templates/curator.j2
@@ -89,9 +89,6 @@ spec:
- name: config
mountPath: /etc/curator/settings
readOnly: true
- - name: elasticsearch-storage
- mountPath: /elasticsearch/persistent
- readOnly: true
volumes:
- name: certs
secret:
@@ -99,5 +96,3 @@ spec:
- name: config
configMap:
name: logging-curator
- - name: elasticsearch-storage
- emptyDir: {}