Skip to content

Commit

Permalink
update alm-examples accessMode from string to array of strings (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
  • Loading branch information
kaovilai committed Apr 21, 2022
1 parent facf73d commit 9a96eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/csv-generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ Hostpath provisioner is a local storage provisioner that uses kubernetes hostpat
{
"name": "local",
"pvcTemplate": {
"accessModes": "ReadWriteOnce",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "50Gi"
Expand Down

0 comments on commit 9a96eb6

Please sign in to comment.