Skip to content

Commit 3b306af

Browse files
authored
Fix typo in TLS Secrets part
1 parent 8737933 commit 3b306af

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ The following YAML contains an example config for a TLS Secret:
381381

382382
The TLS Secret type is provided only for convenience.
383383
You can create an `Opaque` type for credentials used for TLS authentication.
384-
However, using the defined and public Secret type (`kubernetes.io/ssh-auth`)
384+
However, using the defined and public Secret type (`kubernetes.io/tls`)
385385
helps ensure the consistency of Secret format in your project. The API server
386386
verifies if the required keys are set for a Secret of this type.
387387

0 commit comments

Comments
 (0)