Skip to content

Commit 0fc27f2

Browse files
jmckulkJonathan S. Katz
authored andcommitted
Fixes typo in installer options
This typo caused the accessmode for gce storage to not be set.
1 parent 0a58350 commit 0fc27f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/kubectl/postgres-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ spec:
285285
value: "alternatesite"
286286
- name: STORAGE8_NAME
287287
value: "gce"
288-
- name: STORAGE8_ACCESS
288+
- name: STORAGE8_ACCESS_MODE
289289
value: "ReadWriteOnce"
290290
- name: STORAGE8_SIZE
291291
value: "300M"

0 commit comments

Comments
 (0)