From 0eedec0705613628f1a66735971f5bb05196ef89 Mon Sep 17 00:00:00 2001 From: lior-alafi-work Date: Sun, 26 Jan 2025 11:22:34 +0200 Subject: [PATCH] lint problem --- charts/admission-controller/values.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/charts/admission-controller/values.yaml b/charts/admission-controller/values.yaml index 9397ce485..22be4cf5b 100644 --- a/charts/admission-controller/values.yaml +++ b/charts/admission-controller/values.yaml @@ -169,15 +169,14 @@ podMonitors: webhook: v2: #allow to connect from ac to acprovider via: "nats"/"http" - transportLayer: "nats" + transportLayer: nats http: - #sysdig api endpoint - url: "" - # Allow insecure TLS certificates in backend connection to HTTP service - insecure: false - - # HTTP serve port where the requests will be served from - port: 6443 + #sysdig api endpoint + url: "" + # Allow insecure TLS certificates in backend connection to HTTP service + insecure: false + # HTTP serve port where the requests will be served from + port: 6443 nats: # Allow insecure TLS certificates in backend connection to NATS service insecure: false