Skip to content

Commit

Permalink
change ReadWriteOnce to ReadWriteMany fo volumesk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
churnikov committed Sep 3, 2024
1 parent ef79a2b commit d593206
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/volumek8s/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# locally
accessModes: ReadWriteOnce
#accessModes: ReadWriteOnce

Check failure on line 2 in apps/volumek8s/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

2:2 [comments] missing starting space in comment
# remote
# accessModes: ReadWriteMany
accessModes: ReadWriteMany

Check failure on line 4 in apps/volumek8s/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

4:2 [indentation] wrong indentation: expected 0 but found 1
storageClass: default

Check failure on line 5 in apps/volumek8s/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

5:1 syntax error: expected '<document start>', but found '<block mapping start>' (syntax)

appname: volumek8s
Expand All @@ -13,6 +13,6 @@ volume:
size: 10Mi
storageClass: false
# locally
accessModes: ReadWriteOnce
# accessModes: ReadWriteOnce
# remote
# accessModes: ReadWriteMany
accessModes: ReadWriteMany

0 comments on commit d593206

Please sign in to comment.