From bd527e42c6fe3dac9b431319a2877d972b9e3a00 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Tue, 17 Dec 2019 14:50:40 -0600 Subject: [PATCH] Update overrides used in apparmor nonvoting check This updates the overrides used in the apparmor nonvoting job, as recent changes to the Elasticsearch chart values structure have resulted in this jobs repeated failure Change-Id: Id5427cd19a382e72435ab361003bbd5f99d678ce Signed-off-by: Steve Wilkerson --- tools/deployment/apparmor/090-elasticsearch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/deployment/apparmor/090-elasticsearch.sh b/tools/deployment/apparmor/090-elasticsearch.sh index 16e7fbd19..2964725f8 100755 --- a/tools/deployment/apparmor/090-elasticsearch.sh +++ b/tools/deployment/apparmor/090-elasticsearch.sh @@ -26,7 +26,10 @@ dependencies: tests: jobs: null storage: - enabled: false + data: + enabled: false + master: + enabled: false pod: mandatory_access_control: type: apparmor @@ -37,6 +40,7 @@ pod: elasticsearch-client: elasticsearch-client: localhost/docker-default replicas: + client: 1 data: 1 master: 2 conf: