Skip to content

Commit dac4a8f

Browse files
jmckulkJonathan S. Katz
authored andcommitted
Fixes typo in postgres-operator-ocp311.yml
This typo causes an error when the PVC is created where the access mode is not set.
1 parent 0fc27f2 commit dac4a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/kubectl/postgres-operator-ocp311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ spec:
184184
value: "alternatesite"
185185
- name: STORAGE8_NAME
186186
value: "gce"
187-
- name: STORAGE8_ACCESS
187+
- name: STORAGE8_ACCESS_MODE
188188
value: "ReadWriteOnce"
189189
- name: STORAGE8_SIZE
190190
value: "300M"

0 commit comments

Comments
 (0)