We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8737933 + 3b306af commit 85703e5Copy full SHA for 85703e5
content/en/docs/concepts/configuration/secret.md
@@ -381,7 +381,7 @@ The following YAML contains an example config for a TLS Secret:
381
382
The TLS Secret type is provided only for convenience.
383
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`)
+However, using the defined and public Secret type (`kubernetes.io/tls`)
385
helps ensure the consistency of Secret format in your project. The API server
386
verifies if the required keys are set for a Secret of this type.
387
0 commit comments