Skip to content

Commit baa1147

Browse files
tronghngithub-actions[bot]
authored andcommitted
postgres: automatic update of reference spec and example
Ref: nais/pgrator@4558c76
1 parent 5df9ac1 commit baa1147

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/persistence/postgresql/reference/postgres-example.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
tags: [kafka, reference]
2+
tags: [postgres, reference]
33
---
44

55
# Nais Postgres example YAML
66

77
<!--
8-
This documentation was automatically generated by the liberator pipeline.
9-
See https://github.com/nais/liberator/actions for details.
8+
This documentation was automatically generated by https://github.com/nais/pgrator/actions
109
1110
DO NOT MAKE MANUAL CHANGES TO THIS FILE, THEY WILL BE OVERWRITTEN!
1211
-->
@@ -23,7 +22,6 @@ For an in-depth explanation of each field, head over to the [reference documenta
2322
apiVersion: data.nais.io/v1
2423
kind: Postgres
2524
metadata:
26-
creationTimestamp: null
2725
labels:
2826
team: myteam
2927
name: mycluster
@@ -43,7 +41,7 @@ spec:
4341
diskSize: 2Gi
4442
memory: 2Gi
4543
database:
46-
collation: nb_NO.UTF-8
44+
collation: nb_NO
4745
extensions:
4846
- name: postgis
4947
maintenanceWindow:

docs/persistence/postgresql/reference/postgres-spec.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
tags: [kafka, reference]
2+
tags: [postgres, reference]
33
---
44

55
<style>
@@ -12,8 +12,7 @@ tags: [kafka, reference]
1212
# Nais Postgres reference
1313

1414
<!--
15-
This documentation was automatically generated by the liberator pipeline.
16-
See https://github.com/nais/liberator/actions for details.
15+
This documentation was automatically generated by https://github.com/nais/pgrator/actions
1716
1817
DO NOT MAKE MANUAL CHANGES TO THIS FILE, THEY WILL BE OVERWRITTEN!
1918
-->
@@ -155,7 +154,6 @@ CPU resources for the Postgres cluster.
155154

156155
Type: `object`<br />
157156
Required: `true`<br />
158-
Default value: `0`<br />
159157

160158
??? example
161159
``` yaml
@@ -170,7 +168,6 @@ Disk size for the Postgres cluster.
170168

171169
Type: `object`<br />
172170
Required: `true`<br />
173-
Default value: `0`<br />
174171

175172
??? example
176173
``` yaml
@@ -185,7 +182,6 @@ Memory resources for the Postgres cluster.
185182

186183
Type: `object`<br />
187184
Required: `true`<br />
188-
Default value: `0`<br />
189185

190186
??? example
191187
``` yaml
@@ -205,7 +201,7 @@ Required: `false`<br />
205201
``` yaml
206202
spec:
207203
database:
208-
collation: nb_NO.UTF-8
204+
collation: nb_NO
209205
extensions:
210206
- name: postgis
211207
```
@@ -221,7 +217,7 @@ Allowed values: `en_US`, `nb_NO`<br />
221217
``` yaml
222218
spec:
223219
database:
224-
collation: nb_NO.UTF-8
220+
collation: nb_NO
225221
```
226222

227223
### database.extensions

0 commit comments

Comments
 (0)