You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cli-docs.md
-6
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,7 @@ This document contains the help content for the `policy-server` command-line pro
24
24
Default value: `0.0.0.0`
25
25
*`--always-accept-admission-reviews-on-namespace <NAMESPACE>` — Always accept AdmissionReviews that target the given namespace
26
26
*`--cert-file <CERT_FILE>` — Path to an X.509 certificate file for HTTPS
27
-
28
-
Default value: ``
29
27
*`--client-ca-file <CLIENT_CA_FILE>` — Path to an CA certificate file that issued the client certificate. Required to enable mTLS
30
-
31
-
Default value: ``
32
28
*`--daemon` — If set, runs policy-server in detached mode as a daemon
33
29
*`--daemon-pid-file <DAEMON-PID-FILE>` — Path to the PID file, used only when running in daemon mode
34
30
@@ -41,8 +37,6 @@ This document contains the help content for the `policy-server` command-line pro
41
37
*`--enable-pprof` — Enable pprof profiling
42
38
*`--ignore-kubernetes-connection-failure` — Do not exit with an error if the Kubernetes connection fails. This will cause context-aware policies to break when there's no connection with Kubernetes.
43
39
*`--key-file <KEY_FILE>` — Path to an X.509 private key file for HTTPS
0 commit comments