Skip to content

Commit e631a08

Browse files
authored
Correct the description of --custom-ca-certificates
1 parent 371ecd0 commit e631a08

File tree

1 file changed

+2
-2
lines changed
  • src/aks-preview/azext_aks_preview

1 file changed

+2
-2
lines changed

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
- name: --ca-certs --custom-ca-trust-certificates
514514
type: string
515515
short-summary: Path to a file containing up to 10 blank line separated certificates. Only valid for linux nodes.
516-
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes. Requires Custom CA Trust to be enabled on the node.
516+
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes.
517517
- name: --enable-keda
518518
type: bool
519519
short-summary: Enable KEDA workload auto-scaler.
@@ -1108,7 +1108,7 @@
11081108
- name: --ca-certs --custom-ca-trust-certificates
11091109
type: string
11101110
short-summary: Path to a file containing up to 10 blank line separated certificates. Only valid for linux nodes.
1111-
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes. Requires Custom CA Trust to be enabled on the node.
1111+
long-summary: These certificates are used by Custom CA Trust features and will be added to trust stores of nodes.
11121112
- name: --safeguards-level
11131113
type: string
11141114
short-summary: The deployment safeguards Level. Accepted Values are [Off, Warning, Enforcement]. Requires azure policy addon to be enabled

0 commit comments

Comments
 (0)