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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ The `defaults` section of the policy file is...
174
174
|Field | Type | Description |
175
175
| -- | -- | --|
176
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 PVC bucket will be mapped. ClaimName 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. |
0 commit comments