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.
1 parent 8737933 commit 3b306afCopy full SHA for 3b306af
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