Skip to content
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 markdown for numbered lists #12042

Closed
2 of 3 tasks
jsoref opened this issue Jan 19, 2023 · 0 comments · Fixed by #12044
Closed
2 of 3 tasks

Fix markdown for numbered lists #12042

jsoref opened this issue Jan 19, 2023 · 0 comments · Fixed by #12044
Labels
bug Something isn't working

Comments

@jsoref
Copy link
Member

jsoref commented Jan 19, 2023

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Markdown in
https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/#debugging-a-cmp leads to hard to read prose.

To Reproduce

Visit https://argo-cd.readthedocs.io/en/stable/user-guide/config-management-plugins/#debugging-a-cmp

The code (on the release-2.5 branch is using 1) instead of 1.:

If you are actively developing a sidecar-installed CMP, keep a few things in mind:
1) If you are mounting plugin.yaml from a ConfigMap, you will have to restart the repo-server Pod so the plugin will
pick up the changes.
2) If you have baked plugin.yaml into your image, you will have to build, push, and force a re-pull of that image on the
repo-server Pod so the plugin will pick up the changes. If you are using `:latest`, the Pod will always pull the new
image. If you're using a different, static tag, set `imagePullPolicy: Always` on the CMP's sidecar container.
3) CMP errors are cached by the repo-server in Redis. Restarting the repo-server Pod will not clear the cache. Always
do a "Hard Refresh" when actively developing a CMP so you have the latest output.

Expected behavior

Numbered lists should be numbered lists instead of jumbled into a paragraph

Screenshots

image

Version

Paste the output from `argocd version` here.

Logs

Paste any relevant application logs here.
@jsoref jsoref added the bug Something isn't working label Jan 19, 2023
@jsoref jsoref changed the title Fix markdown in stable/user-guide/config-management-plugins/#debugging-a-cmp Fix markdown for numbered lists Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant