Skip to content

Commit fb0077a

Browse files
(DOCSP-12985): spec.security.tls.ca is a configmap not a secret (#497)
1 parent d8ac75c commit fb0077a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/includes/list-tables/resource-keys-tls-custom-ca.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
| :setting:`.tls.ca<spec.security.tls.ca>`
2424
- string
2525
- Optional
26-
- If you use a custom |certauth| and have created the |k8s-secret|
27-
that stores it, add the secret's name.
26+
- If you use a custom |certauth| and have created the
27+
|k8s-configmap| that stores it, add the ConfigMap's name.
2828
- ``<custom-ca>``

source/includes/options-k8s-shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ type: string
569569
directive: setting
570570
optional: true
571571
description: |
572-
Provide the name of the |k8s-secret| that stores the |certauth|.
572+
Provide the name of the |k8s-configmap| that stores the |certauth|.
573573
---
574574
program: _shared
575575
name: spec.security.authentication

0 commit comments

Comments
 (0)