Skip to content

Commit 769b91e

Browse files
./scripts/gendocs/generate
Signed-off-by: Richard Wall <richard.wall@cyberark.com>
1 parent 352bf6a commit 769b91e

File tree

4 files changed

+152
-275
lines changed

4 files changed

+152
-275
lines changed

content/docs/cli/cainjector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Flags:
2525
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
2626
AllAlpha=true|false (ALPHA - default=false)
2727
AllBeta=true|false (BETA - default=false)
28-
CAInjectorMerging=true|false (ALPHA - default=false)
28+
CAInjectorMerging=true|false (BETA - default=true)
2929
ServerSideApply=true|false (ALPHA - default=false)
3030
-h, --help help for cainjector
3131
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.

content/docs/cli/controller.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Flags:
4040
--enable-profiling Enable profiling for controller.
4141
--extra-certificate-annotations strings Extra annotation to be added by the ingress-shim controller to certificate object
4242
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
43+
ACMEHTTP01IngressPathTypeExact=true|false (BETA - default=true)
4344
AllAlpha=true|false (ALPHA - default=false)
4445
AllBeta=true|false (BETA - default=false)
4546
DefaultPrivateKeyRotationPolicyAlways=true|false (BETA - default=true)

content/docs/cli/webhook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Flags:
2222
--dynamic-serving-leaf-duration duration leaf duration of serving certificates (default 168h0m0s)
2323
--enable-profiling Enable profiling for webhook.
2424
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
25+
ACMEHTTP01IngressPathTypeExact=true|false (BETA - default=true)
2526
AllAlpha=true|false (ALPHA - default=false)
2627
AllBeta=true|false (BETA - default=false)
2728
DefaultPrivateKeyRotationPolicyAlways=true|false (BETA - default=true)

0 commit comments

Comments
 (0)