-
Notifications
You must be signed in to change notification settings - Fork 58
RHIDP-5515: Default PVC and Secret configuration update #1024
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
RHIDP-5515: Default PVC and Secret configuration update #1024
Conversation
|
Updated preview: https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-1024/ @ 04/09/25 14:07:13 |
gazarenkov
left a comment
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.
Not sure I understand it in general.
If it is for RHIDP-5515 I think the point is to describe default configuration of Secrets and PVCs. The key moments are:
- It is a part of default operator configuration (see https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#default-configuration about what is it)
- Default configuration of PVCs and Secrets mounted as files (see pvcs.yaml and secret-files.yaml in this table https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#default-configuration-files) can use annotations to specify/refine some aspects of mounting such as:
- Mount path, see https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#rhdhredhatcommount-path-to-configure-mount-path
- Containers where the files will be mounted to, see https://github.com/redhat-developer/rhdh-operator/blob/main/docs/configuration.md#rhdhredhatcomcontainers-for-mounting-volume-to-specific-containers
Hope it helps a bit and please let me know if you need any additional help.
893501c to
c7e3470
Compare
linfraze
left a comment
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 content looks good, but the structure should comply with the following guidelines:
- How to write proc modules: https://redhat-documentation.github.io/modular-docs/#con-creating-procedure-modules_writing-mod-docs
- Template for proc modules: https://github.com/redhat-documentation/modular-docs/blob/main/modular-docs-manual/files/TEMPLATE_PROCEDURE_doing-one-procedure.adoc?plain=1
- How to format proc modules with optional/conditional steps: https://www.ibm.com/docs/en/ibm-style?topic=format-procedures#indicating-optional-and-conditional-steps
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-secret-mounting.adoc
Outdated
Show resolved
Hide resolved
c7e3470 to
be4d1e2
Compare
be4d1e2 to
d5f3b97
Compare
d5f3b97 to
a049df8
Compare
a049df8 to
b58369b
Compare
gazarenkov
left a comment
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.
Please make sure your content fits the title and descriptions fit examples (Secret vs PVC etc)
modules/configuring-external-databases/proc-configuring-pvc-mounts.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-mounts.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-mounts.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-mounts.adoc
Outdated
Show resolved
Hide resolved
modules/configuring-external-databases/proc-configuring-pvc-mounts.adoc
Outdated
Show resolved
Hide resolved
b58369b to
e965cdf
Compare
e965cdf to
7b3f396
Compare
7b3f396 to
4452232
Compare
4452232 to
8aa724a
Compare
3bf2c4d to
7923733
Compare
...figuring-external-databases/proc-configuring-default-configuration-for-secrets-and-pvcs.adoc
Outdated
Show resolved
Hide resolved
...figuring-external-databases/proc-configuring-default-configuration-for-secrets-and-pvcs.adoc
Outdated
Show resolved
Hide resolved
a3d7786 to
9ff126b
Compare
...figuring-external-databases/proc-configuring-default-configuration-for-secrets-and-pvcs.adoc
Outdated
Show resolved
Hide resolved
gazarenkov
left a comment
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.
Note: even if the content looks in general correct, the context is not clear since we still do not have downstream documentation of Operator default configuration (part of which is this content). See: https://issues.redhat.com/browse/RHIDP-3800
689e550 to
c3afc82
Compare
c3afc82 to
689e550
Compare
689e550 to
0d1191e
Compare
313fc8d to
9c06090
Compare
9c06090 to
68472e2
Compare
68472e2 to
f5ac51b
Compare
IMPORTANT: Do Not Merge - To be merged by Docs Team Only
Version(s): main, 1.5
Add the relevant labels to the Pull Request.
Issue: https://issues.redhat.com/browse/RHIDP-5515
Preview link: 9. Configuring default mounts for Secrets and PVCs