You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snippets/snippets-policies.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,8 @@ The `defaults` section of the policy file is...
173
173
174
174
|Field | Type | Description |
175
175
| -- | -- | --|
176
-
|`json:"configMap"`|`string`| The name of the ConfigMap resource. ConfigMap is mandatory for creating a workspace. |
177
-
|`json:"mountPath"`|`string`| Local path within the workspace to which the ConfigMap bucket will be mapped. ClaimName is mandatory for creating a workspace. |
176
+
|`json:"configMap"`|`string`| The name of the ConfigMap. ConfigMap is mandatory for creating a workspace. |
177
+
|`json:"mountPath"`|`string`| Local path within the workspace to which the ConfigMap will be mapped. ClaimName is mandatory for creating a workspace. |
0 commit comments