From 012f5ec8d0cead2068a913c286828869fa3c16b7 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Thu, 11 Jan 2018 12:24:36 -0600 Subject: [PATCH] Disable Elasticsearch NFS snapshot repository by default This disables the Elasticsearch snapshot repository backed by NFS by default as the curator job for snapshots is disabled by default, and should make no assumption that NFS is deployed by default Change-Id: Idc74cfb80fcb4c4741d82c6d0ce63fd90a8c919f --- elasticsearch/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 58b27c226..183f694c9 100644 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -255,7 +255,7 @@ conf: data: /usr/share/elasticsearch/data logs: /usr/share/elasticsearch/logs repository: - enabled: true + enabled: false name: default_repo location: /var/lib/openstack-helm/elasticsearch type: fs @@ -321,7 +321,7 @@ storage: storage: 5Gi storage_class: general filesystem_repository: - enabled: true + enabled: false pvc: name: pvc-snapshots access_mode: ReadWriteMany @@ -337,9 +337,9 @@ manifests: deployment_client: true deployment_master: true job_image_repo_sync: true - job_snapshot_repository: true + job_snapshot_repository: false helm_tests: true - pvc_snapshots: true + pvc_snapshots: false secret_admin: true service_data: true service_discovery: true