From 6e9cbd03bb4b98d9f314280a6210915435319647 Mon Sep 17 00:00:00 2001 From: David Donchez Date: Mon, 30 Jan 2023 13:41:46 +0100 Subject: [PATCH] chore(helm): Remove tailing spaces in values.yaml --- helm/kube-image-keeper/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/kube-image-keeper/values.yaml b/helm/kube-image-keeper/values.yaml index 85e8f181..78be5504 100644 --- a/helm/kube-image-keeper/values.yaml +++ b/helm/kube-image-keeper/values.yaml @@ -49,14 +49,14 @@ controllers: # -- Don't enable image caching for pods scheduled into these namespaces ignoredNamespaces: - kube-system - # -- If true, create the issuer used to issue the webhook certificate + # -- If true, create the issuer used to issue the webhook certificate createCertificateIssuer: true # -- Issuer reference to issue the webhook certificate certificateIssuerRef: kind: Issuer name: kuik-selfsigned-issuer objectSelector: - # -- Run the webhook if the object has matching labels. (See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#labelselectorrequirement-v1-meta) + # -- Run the webhook if the object has matching labels. (See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#labelselectorrequirement-v1-meta) matchExpressions: [] proxy: @@ -67,7 +67,7 @@ proxy: pullPolicy: IfNotPresent # -- Proxy image tag. Default chart appVersion tag: "" - # -- hostPort used for the proxy pod + # -- hostPort used for the proxy pod hostPort: 7439 # -- Verbosity level for the proxy pod verbosity: 1