Skip to content

Commit db10e61

Browse files
Add resource definition to ogranization accout level (#84)
* Add context block to content configuration for Account resource in KCP manifest * Remove null namespace from content configuration --------- Co-authored-by: Grzegorz Krajniak <[email protected]>
1 parent 01ebe3b commit db10e61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

manifests/kcp/01-platform-mesh-system/contentconfiguration-main-home.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ spec:
2424
"defineEntity": {
2525
"id": "main"
2626
},
27+
"context": {
28+
"resourceDefinition": {
29+
"group": "core.platform-mesh.io",
30+
"plural": "accounts",
31+
"singular": "account",
32+
"kind": "Account",
33+
"scope": "Cluster"
34+
},
35+
},
2736
"children": [
2837
{
2938
"pathSegment": "overview",

0 commit comments

Comments
 (0)