-
Notifications
You must be signed in to change notification settings - Fork 5.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
Add documentation for helm, application sources, and parameter overrides #466
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.
Added few minor comments
docs/getting_started.md
Outdated
@@ -1,6 +1,6 @@ | |||
# ArgoCD Getting Started | |||
|
|||
An example Ksonnet guestbook application is provided to demonstrates how ArgoCD works. | |||
An example guestbook application is provided to demonstrates how ArgoCD works. |
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.
nitpicking: demonstrates -> demonstrate
docs/parameters.md
Outdated
(e.g. `argocd app set guestbook -p guestbook=image=example/guestbook:abcd123`). A sync operation | ||
would result in the application being redeployed with the new image. | ||
|
||
2. An repository of helm manifests is already public available (e.g. https://github.com/helm/charts). |
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.
An repository -> A repository
docs/parameters.md
Outdated
(e.g. `argocd app set guestbook -p guestbook=image=example/guestbook:abcd123`). A sync operation | ||
would result in the application being redeployed with the new image. | ||
|
||
2. An repository of helm manifests is already public available (e.g. https://github.com/helm/charts). |
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.
public available -> publicly available
docs/tracking_strategies.md
Outdated
|
||
ssetSince commit SHAs cannot change meaning, the only way to change the live state of an application |
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.
ssetSince -> Since
Thanks for reviewing so carefully. Will make the changes. |
Holding off on merging docs until release is cut. |
Signed-off-by: ls0f <lovedboy.tk@qq.com>
Docs can be read here:
https://github.com/jessesuen/argo-cd/tree/helm-docs/docs