From 8779b976fa6d2516134b44d149d9b0fbea8c7349 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Wed, 8 Jan 2020 14:30:02 -0600 Subject: [PATCH] [LDAP] Remove duplicate manifests: keys The values.yaml in the LDAP chart contains a duplicate network_policy: key in the manifests: section. This patch removes the duplicate. Change-Id: I677acaf7d96d92fecb93c30782f1e760ab4bec84 Signed-off-by: Tin Lam --- ldap/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ldap/values.yaml b/ldap/values.yaml index 8fc23c091..fa2fd6324 100644 --- a/ldap/values.yaml +++ b/ldap/values.yaml @@ -240,7 +240,6 @@ manifests: configmap_bin: true configmap_etc: true job_bootstrap: true - network_policy: false job_image_repo_sync: true network_policy: false statefulset: true