From 39a4c07443e80580a3ada47bb3c393cef76e328f Mon Sep 17 00:00:00 2001 From: Jaydipkumar Arvindbhai Gabani Date: Tue, 1 Aug 2023 14:38:16 -0700 Subject: [PATCH] fix: enable cert rotation for audit by default (#2875) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> --- cmd/build/helmify/static/values.yaml | 2 +- manifest_staging/charts/gatekeeper/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/build/helmify/static/values.yaml b/cmd/build/helmify/static/values.yaml index a0784cc1c8b..9aa9276d276 100644 --- a/cmd/build/helmify/static/values.yaml +++ b/cmd/build/helmify/static/values.yaml @@ -215,7 +215,7 @@ audit: readinessTimeout: 1 livenessTimeout: 1 priorityClassName: system-cluster-critical - disableCertRotation: true + disableCertRotation: false affinity: {} tolerations: [] nodeSelector: {kubernetes.io/os: linux} diff --git a/manifest_staging/charts/gatekeeper/values.yaml b/manifest_staging/charts/gatekeeper/values.yaml index a0784cc1c8b..9aa9276d276 100644 --- a/manifest_staging/charts/gatekeeper/values.yaml +++ b/manifest_staging/charts/gatekeeper/values.yaml @@ -215,7 +215,7 @@ audit: readinessTimeout: 1 livenessTimeout: 1 priorityClassName: system-cluster-critical - disableCertRotation: true + disableCertRotation: false affinity: {} tolerations: [] nodeSelector: {kubernetes.io/os: linux}