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: pkg/validation/validation-rule.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Common rules for all components types:
34
34
35
35
#### Container component
36
36
1. the container components must reference a valid volume component if it uses volume mounts, and the volume components are unique
37
-
2.`PROJECT_SOURCE` or `PROJECTS_ROOT` are reserved env, cannot be defined again in env
37
+
2.`PROJECT_SOURCE` or `PROJECTS_ROOT` are reserved environment variables defined under env, cannot be defined again in `env`
38
38
39
39
#### Plugin Component
40
40
- Commands in plugins components share the same commands validation rules as listed above. Validation occurs after overriding and merging, in flattened devfile
0 commit comments