Skip to content

Commit a5bc7d7

Browse files
committed
Merge branch 'reformat-instance-profile-example' into 'main'
doc: Reformat SGInstanceProfile example See merge request ongresinc/stackgres!1619
2 parents 8cd89e8 + 1a2813a commit a5bc7d7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/content/en/06-crd-reference/02-sginstanceprofile/_index.template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ The `SGInstanceProfile` custom resource represents the CPU and memory resources
2424

2525
```yaml
2626
apiVersion: stackgres.io/v1
27-
kind: SGInstanceProfile
28-
metadata:
29-
name: size-l
30-
spec:
31-
cpu: "4"
32-
memory: 8Gi
27+
kind: SGInstanceProfile
28+
metadata:
29+
name: size-l
30+
spec:
31+
cpu: "4"
32+
memory: 8Gi
3333
```
3434
3535
See also [Instance Configuration section]({{% relref "04-administration-guide/04-configuration/02-instance-profile" %}}).

0 commit comments

Comments
 (0)