-
Notifications
You must be signed in to change notification settings - Fork 20
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
chore(docs): update doc/config.md to reflect 3.0 changes #922
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.
Looks good!! I have some small comments. Btw, maybe also update this section:
diff --git a/docs/config.md b/docs/config.md
index cbf4aff..1e567fc 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -1,5 +1,5 @@
## Configuring Cryostat
-The operator creates and manages a Deployment of [Cryostat](https://github.com/cryostatio/cryostat) when the user creates or updates a `Cryostat` object. Only one `Cryostat` object should exist in the operator's namespace at a time. There are a few options available in the `Cryostat` spec that control how Cryostat is deployed.
+The operator creates and manages a Deployment of [Cryostat](https://github.com/cryostatio/cryostat) when the user creates or updates a `Cryostat` object. Only one `Cryostat` object should exist in a namespace at a time. There are a few options available in the `Cryostat` spec that control how Cryostat is deployed.
Do we also want to mention the deprecation of |
I'd rather save changes like that for release notes and CHANGELOGs. READMEs and other docs content should just stay up-to-date with the sources they're checked in with, IMO. |
Make sense! Thanks! Then, those are my only comments^^ |
a55c62b
to
02f2300
Compare
02f2300
to
f917845
Compare
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.
Looks good to me!
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 @mwangggg!
* update examples in config to v1beta2 * fix outdated links and info * update info * fix storage/database typo * reviews * make bundle update (cherry picked from commit 56bfead) # Conflicts: # bundle/manifests/cryostat-operator.clusterserviceversion.yaml
…) (#929) * chore(docs): update doc/config.md to reflect 3.0 changes (#922) * update examples in config to v1beta2 * fix outdated links and info * update info * fix storage/database typo * reviews * make bundle update (cherry picked from commit 56bfead) # Conflicts: # bundle/manifests/cryostat-operator.clusterserviceversion.yaml * fixup! chore(docs): update doc/config.md to reflect 3.0 changes (#922) --------- Co-authored-by: Ming Yu Wang <[email protected]> Co-authored-by: Andrew Azores <[email protected]>
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #899