Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 6fc6425

Browse files
committed
Remove kube-oidc-proxy as an argument in deployment
Signed-off-by: JoshVanL <[email protected]>
1 parent 868ed53 commit 6fc6425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/manifests/components/kube-oidc-proxy.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ local READINESS_PORT = 8080;
108108
periodSeconds: 10,
109109
},
110110
command: [
111-
'kube-oidc-proxy',
112111
'--secure-port=' + $.config.secureServing.port,
113112
'--tls-cert-file=' + $.config.secureServing.tlsCertFile,
114113
'--tls-private-key-file=' + $.config.secureServing.tlsKeyFile,

0 commit comments

Comments
 (0)