Skip to content

Commit 2fa09aa

Browse files
authored
chore(docs): remove namespace for cluster scope resource (#637)
1 parent bb56ff2 commit 2fa09aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/docs/concepts/00-resource-group-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ consistent, controlled way.
2828

2929
A ResourceGraphDefinition, like any Kubernetes resource, consists of three main parts:
3030

31-
1. **Metadata**: name, namespace, labels, etc.
31+
1. **Metadata**: name, labels, etc.
3232
2. **Spec**: Defines the structure and properties of the ResourceGraphDefinition
3333
3. **Status**: Reflects the current state of the ResourceGraphDefinition
3434

@@ -313,4 +313,4 @@ status:
313313
topologicalOrder:
314314
- configmap
315315
- deployment
316-
```
316+
```

0 commit comments

Comments
 (0)