-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a mistake in Secrets concept #43520
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
this section is talking about the |
@luoxiaohi would you be willing to edit the existing description for this PR? That will help reviewers. |
@@ -381,7 +381,7 @@ The following YAML contains an example config for a TLS Secret: | |||
|
|||
The TLS Secret type is provided only for convenience. | |||
You can create an `Opaque` type for credentials used for TLS authentication. | |||
However, using the defined and public Secret type (`kubernetes.io/ssh-auth`) | |||
However, using the defined and public Secret type (`kubernetes.io/tls`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @luoxiaohi .
Do you have any more information on this change? It's not clear that the kubernetes.io/tls
Secret type is correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This matches line 364.
/retitle Fix a mistake in Secrets concept |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
/lgtm
/approve
@@ -381,7 +381,7 @@ The following YAML contains an example config for a TLS Secret: | |||
|
|||
The TLS Secret type is provided only for convenience. | |||
You can create an `Opaque` type for credentials used for TLS authentication. | |||
However, using the defined and public Secret type (`kubernetes.io/ssh-auth`) | |||
However, using the defined and public Secret type (`kubernetes.io/tls`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This matches line 364.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 80608665abf5f18c5942ce4c103561c1ac4522e5
|
No description provided.