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