Skip to content

Commit

Permalink
disable tls in testing deployments
Browse files Browse the repository at this point in the history
We enable TLS by default, but we don't want to enable it during testing
for debugging purposes.

Signed-off-by: Andy Sadler <[email protected]>
  • Loading branch information
sadlerap committed Jan 17, 2025
1 parent 7539b6e commit 4361f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spec:
# runAsNonRoot: true
serviceAccountName: namespace-lister
containers:
- image: namespace-lister:latest
- args:
- -enable-tls=false
image: namespace-lister:latest
name: namespace-lister
imagePullPolicy: IfNotPresent
env:
Expand Down

0 comments on commit 4361f18

Please sign in to comment.