Skip to content

Commit

Permalink
lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
lior-alafi-work committed Jan 26, 2025
1 parent 49eb24a commit 0eedec0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions charts/admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eedec0

Please sign in to comment.