From 631229a3cf0c01ac329cbbcd328c1d3f7594ebeb Mon Sep 17 00:00:00 2001 From: Kavitha Thulasiraman Date: Mon, 1 Mar 2021 13:38:49 -0500 Subject: [PATCH] add anchore-admission-controller --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index a6acc69..84aa978 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -15,7 +15,7 @@ enterpriseLicenseYaml: "" # Full multiline license yaml # Flag to deploy anchore-admission-controller admissionController: - install: true + install: false # Enable/disable Keycloak SSO integration # If enabled, also enable OAuth - anchoreGlobal.oauthEnabled -- GitLab