Skip to content

Commit 77151ed

Browse files
docs: update cli docs
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent 77add8f commit 77151ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli-docs.md

-6
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ This document contains the help content for the `policy-server` command-line pro
2424
Default value: `0.0.0.0`
2525
* `--always-accept-admission-reviews-on-namespace <NAMESPACE>` — Always accept AdmissionReviews that target the given namespace
2626
* `--cert-file <CERT_FILE>` — Path to an X.509 certificate file for HTTPS
27-
28-
Default value: ``
2927
* `--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: ``
3228
* `--daemon` — If set, runs policy-server in detached mode as a daemon
3329
* `--daemon-pid-file <DAEMON-PID-FILE>` — Path to the PID file, used only when running in daemon mode
3430

@@ -41,8 +37,6 @@ This document contains the help content for the `policy-server` command-line pro
4137
* `--enable-pprof` — Enable pprof profiling
4238
* `--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.
4339
* `--key-file <KEY_FILE>` — Path to an X.509 private key file for HTTPS
44-
45-
Default value: ``
4640
* `--log-fmt <LOG_FMT>` — Log output format
4741

4842
Default value: `text`

0 commit comments

Comments
 (0)