Skip to content

Commit

Permalink
Update modules/administration-guide/pages/configuring-a-user-namespac…
Browse files Browse the repository at this point in the history
…e.adoc

Co-authored-by: Jana Vrbkova <jvrbkova@redhat.com>
  • Loading branch information
tolusha and deerskindoll authored Jan 30, 2024
1 parent 6aae81b commit 349a2c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to replicate `ConfigMaps`, `Secrets` and `PersistentVolumeClaim` from `{prod-nam
user-specific namespaces. The operator automates the synchronization of important configuration

Check warning on line 12 in modules/administration-guide/pages/configuring-a-user-namespace.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] modules/administration-guide/pages/configuring-a-user-namespace.adoc#L12

[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'
Raw output
{"message": "[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'", "location": {"path": "modules/administration-guide/pages/configuring-a-user-namespace.adoc", "range": {"start": {"line": 12, "column": 30}}}, "severity": "WARNING"}
data such as passwords, SSH keys, and certificates to user namespaces.

If a {kubernetes} resource is changed in an {prod-namespace} namespace,
If you make changes to a {kubernetes} resource in an {prod-namespace} namespace,
the operator will immediately replicate the changes across all users namespaces.

Check warning on line 16 in modules/administration-guide/pages/configuring-a-user-namespace.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] modules/administration-guide/pages/configuring-a-user-namespace.adoc#L16

[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'
Raw output
{"message": "[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'", "location": {"path": "modules/administration-guide/pages/configuring-a-user-namespace.adoc", "range": {"start": {"line": 16, "column": 4}}}, "severity": "WARNING"}
In reverse, if a {kubernetes} resource is modified in a user namespace,
the operator will immediately revert the changes.

Check warning on line 18 in modules/administration-guide/pages/configuring-a-user-namespace.adoc

View workflow job for this annotation

GitHub Actions / vale

[vale] modules/administration-guide/pages/configuring-a-user-namespace.adoc#L18

[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'
Raw output
{"message": "[CheDocs.CommonTerms] Consider using 'Operator' instead of 'operator'", "location": {"path": "modules/administration-guide/pages/configuring-a-user-namespace.adoc", "range": {"start": {"line": 18, "column": 4}}}, "severity": "WARNING"}
Expand Down

0 comments on commit 349a2c1

Please sign in to comment.