- 
                Notifications
    You must be signed in to change notification settings 
- Fork 375
Merge master into release-next #1533
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
Merge master into release-next #1533
Conversation
While $ is a good way to differentiate between a command and its output, it is best to leave it out whenever there is no output. This way, the user can copy the command by clicking the copy button on the rendered website without having to worry about the leading $ when pasting the command. This was already the case for some snippets. This change removes the leading $ for some more snippets. Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
This change replaces "bash" with "console" as the Markdown code fence keyword. This lets Markdown engines differentiate between the shell command and its output, with a leading $ (or # or >) denoting a command and the rest is just text output with no syntax highlighting. Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
Remove $ from bash code snippets
Markup shell session snippets as console
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
Document new releases of istio-csr and trust-manager
Signed-off-by: Richard Wall <richard.wall@venafi.com>
Signed-off-by: Richard Wall <richard.wall@venafi.com>
Signed-off-by: Richard Wall <richard.wall@venafi.com>
Signed-off-by: Richard Wall <richard.wall@venafi.com>
Fix release next link
cert-manager v1.15.2 release notes
Signed-off-by: Adam Talbot <adam.talbot@venafi.com>
…eate-namespace-from-helm-template fix: remove --create-namespace from helm template example
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
Add more runtime config notes for istio-csr v0.11.0
| ✅ Deploy Preview for cert-manager ready!Built without sensitive environment variables 
 To edit notification comments on pull requests, go to your Netlify site configuration. | 
| /lgtm | 
| /approve | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wallrj 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  | 
Preview: https://deploy-preview-1533--cert-manager.netlify.app/docs/installation/
I manually merged
origin/masterintorelease-next.Fixed the conflict that you currently can see in #1520: