Skip to content

Commit 4b94df6

Browse files
authored
namespace-lister: disable https temporarily (#5370)
Until TLS certificates have been configured, disable serving over https. Signed-off-by: Andy Sadler <[email protected]>
1 parent 6a1bdc0 commit 4b94df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: components/namespace-lister/base/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ spec:
2828
containers:
2929
- image: namespace-lister:foo
3030
name: namespace-lister
31+
args:
32+
- "-enable-tls=false"
3133
env:
3234
- name: LOG_LEVEL
3335
value: "0"

0 commit comments

Comments
 (0)