Skip to content

Commit e57363f

Browse files
authored
Fixup doc (#3088)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent 175380d commit e57363f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/administration-guide/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*** xref:configuring-workspace-target-namespace.adoc[]
4343
*** xref:provisioning-namespaces-in-advance.adoc[]
4444
*** xref:configuring-a-user-namespace.adoc[]
45-
*** xref:configuring-direct-namespace-creation-on-openshift.adoc[]
45+
*** xref:configuring-kubernetes-namespace-creation-on-openshift.adoc[]
4646
** xref:configuring-server-components.adoc[]
4747
*** xref:mounting-a-secret-as-a-file-or-an-environment-variable-into-a-container.adoc[]
4848
*** xref:advanced-configuration-options-for-the-che-server-component.adoc[]

modules/administration-guide/pages/configuring-a-user-namespace.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ after being deleted from {prod-namespace} namespace:
5454
che.eclipse.org/sync-retain-on-delete: "true"
5555
----
5656
+
57-
Add the following annotation to prevent workspace restarts when the ConfigMap is mounted:
57+
Add the following annotation to prevent workspace restarts when the ConfigMap is created:
5858
+
5959
[source,yaml,subs="+attributes,+quotes"]
6060
----
@@ -116,7 +116,7 @@ after being deleted from {prod-namespace} namespace:
116116
che.eclipse.org/sync-retain-on-delete: "true"
117117
----
118118
+
119-
Add the following annotation to prevent workspace restarts when the Secret is mounted:
119+
Add the following annotation to prevent workspace restarts when the Secret is created:
120120
+
121121
[source,yaml,subs="+attributes,+quotes"]
122122
----
@@ -156,7 +156,7 @@ Add the annotation below if you want the `PersistentVolumeClaim` to be deleted i
156156
che.eclipse.org/sync-retain-on-delete: "false"
157157
----
158158
+
159-
Add the following annotation to prevent workspace restarts when the `PersistentVolumeClaim` is mounted:
159+
Add the following annotation to prevent workspace restarts when the `PersistentVolumeClaim` is created:
160160
+
161161
[source,yaml,subs="+attributes,+quotes"]
162162
----

modules/administration-guide/pages/configuring-direct-namespace-creation-on-openshift.adoc renamed to modules/administration-guide/pages/configuring-kubernetes-namespace-creation-on-openshift.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
:navtitle: Configuring direct namespace creation on OpenShift
55
:page-aliases:
66

7-
[id="configuring-direct-namespace-creation-on-openshift"]
8-
= Configuring direct namespace creation on OpenShift
7+
[id="configuring-kubernetes-namespace-creation-on-openshift"]
8+
= Configuring {kubernetes} namespace creation on OpenShift
99

1010
By default, on {ocp} clusters, {prod-short} uses the ProjectRequest API to create projects. This triggers cluster-specific link:https://docs.openshift.com/container-platform/latest/applications/projects/configuring-project-creation.html[Project Templates], which can apply additional resources or policies.
1111

@@ -17,7 +17,7 @@ On {ocp}, you can bypass Project Templates and create standard {kubernetes} Name
1717

1818
.Procedure
1919

20-
. Set the `createNamespaceDirectly` field to `true`:
20+
. Set the `createKubernetesNamespaces` field to `true`:
2121
+
2222
[source,shell,subs="+quotes,+attributes,+macros"]
2323
----
@@ -28,7 +28,7 @@ On {ocp}, you can bypass Project Templates and create standard {kubernetes} Name
2828
"spec": {
2929
"devEnvironments": {
3030
"defaultNamespace": {
31-
"createNamespaceDirectly": true
31+
"createKubernetesNamespaces": true
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)