Skip to content

Commit

Permalink
chore(helm): Remove tailing spaces in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jan 30, 2023
1 parent 19a56e1 commit 6e9cbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/kube-image-keeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6e9cbd0

Please sign in to comment.