diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index 8cb26ae79e..749f9e8f0c 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -186,7 +186,7 @@ The command removes all the Kubernetes components associated with the chart and | initImage.repository | string | `"kyverno/kyvernopre"` | Image repository | | initImage.tag | string | `nil` | Image tag If initImage.tag is missing, defaults to image.tag | | initImage.pullPolicy | string | `nil` | Image pull policy If initImage.pullPolicy is missing, defaults to image.pullPolicy | -| initContainer.extraArgs | list | `["--loggingFormat=text","--exceptionNamespace={{ include \"kyverno.namespace\" . }}"]` | Extra arguments to give to the kyvernopre binary. | +| initContainer.extraArgs | list | `["--loggingFormat=text"]` | Extra arguments to give to the kyvernopre binary. | | replicaCount | int | `nil` | Desired number of pods | | podLabels | object | `{}` | Additional labels to add to each pod | | podAnnotations | object | `{}` | Additional annotations to add to each pod | diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index 80c9a4bef1..29182def42 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -233,7 +233,6 @@ initContainer: # -- Extra arguments to give to the kyvernopre binary. extraArgs: - --loggingFormat=text - - --exceptionNamespace={{ include "kyverno.namespace" . }} # -- (int) Desired number of pods replicaCount: ~ diff --git a/config/install.yaml b/config/install.yaml index fe218b3f95..4d34b7388c 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -32313,7 +32313,6 @@ spec: imagePullPolicy: IfNotPresent args: - --loggingFormat=text - - --exceptionNamespace=kyverno resources: limits: cpu: 100m