-
Notifications
You must be signed in to change notification settings - Fork 59
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
[KOGITO-9982] Add persistence to SonataFlow CRD #529
[KOGITO-9982] Add persistence to SonataFlow CRD #529
Conversation
@kaldesai can you please review? |
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
KanikoBuildCacheEnabled: "true" | ||
--- | ||
|
||
The values of `POSTGRES_USER` and `POSTGRES_PASSWORD` are the keys in the secret that contains the credentials to connect to the postgreSQL instance. |
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.
The values of `POSTGRES_USER` and `POSTGRES_PASSWORD` are the keys in the secret that contains the credentials to connect to the postgreSQL instance. | |
The values of `POSTGRES_USER` and `POSTGRES_PASSWORD` are the secret keys containing the credentials to connect to the PostgreSQL instance. |
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.
I'm not sure because this change conveys that the keys are a secret, when in fact the keys are not a secret but are stored in an object of kind secret
. It's a kubernetes terminology.
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.
imho we can add the link:
...are the keys in the [secret](https://kubernetes.io/docs/concepts/configuration/secret/)
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
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.
I have added a few suggestions. Otherwise, your content looks good to me. Thank you!
I'll hold the PR until the development PR is merged. |
@jordigilh you are missing in desired chapter |
9928cfb
to
0bf9b41
Compare
@jordigilh can you please rebase? |
Signed-off-by: Jordi Gil <[email protected]>
Signed-off-by: Jordi Gil <[email protected]>
Signed-off-by: Jordi Gil <[email protected]>
0bf9b41
to
e6eb8c0
Compare
Done |
🎊 PR Preview cca2382 has been successfully built and deployed. See the documentation preview: https://sonataflow-docs-preview-pr-529.surge.sh |
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.
Small suggestions that we can batch accept and merge. Many thanks for this, @jordigilh!
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
serverlessworkflow/modules/ROOT/pages/cloud/operator/using-persistence.adoc
Outdated
Show resolved
Hide resolved
…sistence.adoc Co-authored-by: Ricardo Zanini <[email protected]>
…sistence.adoc Co-authored-by: Ricardo Zanini <[email protected]>
…sistence.adoc Co-authored-by: Ricardo Zanini <[email protected]>
…sistence.adoc Co-authored-by: Ricardo Zanini <[email protected]>
…sistence.adoc Co-authored-by: Ricardo Zanini <[email protected]>
@ricardozanini thanks for the suggestions! I've merged them to this PR. |
Adds documentation with examples on how to configure a
SonataFlow
CR with persistence using its own dedicatedpersistence
field or leveraging on theSonataFlowPlatform
CR persistence configuration.@ricardozanini @wmedvede @caponetto PTAL.