From e4fbf1be5dc972b735ecacec0ac97cc667efc71d Mon Sep 17 00:00:00 2001 From: Michael Droessler Date: Tue, 7 May 2024 15:38:52 -0500 Subject: [PATCH] Update values.yaml --- wiz-admission-controller/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiz-admission-controller/values.yaml b/wiz-admission-controller/values.yaml index 9ac298f3..9bc13921 100644 --- a/wiz-admission-controller/values.yaml +++ b/wiz-admission-controller/values.yaml @@ -309,7 +309,7 @@ debugWebhook: # The following values are used for image integrity webhook. imageRegistryClient: createRole: true # Should a Role and RoleBinding be created by the chart or not. - pullSecrets: [] # Secret names for container image registry as described in https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry + pullSecrets: [] # Secret names for container image registry. List of string containing only the name of the secret. secretsNamespace: "default" # Namespace of the pull secrets. credentialHelpers: [] # List of credential helpers to use, Can be one of amazon, azure, google, github.