Fix incorrect indentation in documentation#775
Fix incorrect indentation in documentation#775jetstack-bot merged 1 commit intocert-manager:masterfrom
Conversation
|
Hi @tete17. Thanks for your PR. I'm waiting for a cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
✔️ Deploy Preview for cert-manager-website ready! 🔨 Explore the source changes: befd9e9 🔍 Inspect the deploy log: https://app.netlify.com/sites/cert-manager-website/deploys/61b23ffd2ff1c90007af9899 😎 Browse the preview: https://deploy-preview-775--cert-manager-website.netlify.app |
The selector field belongs to the `ACMEChallengeSolver` according to the api documentation, and we should not add another entry in the list for the `dns01` key Signed-off-by: Miguel Sacristán Izcue <miguel_tete17@hotmail.com>
961d33e to
befd9e9
Compare
|
/assign @jakexks |
irbekrm
left a comment
There was a problem hiding this comment.
Thank you for spotting these errors and most importantly for submitting fixes! 🙏🏼
/ok-to-test
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irbekrm, tete17 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The selector field belongs to the
ACMEChallengeSolveraccording to the apidocumentation, and we should not add another entry in the list for the
dns01keyIn the
acmesection the selector key was not properly indented.