Skip to content

Commit

Permalink
fix accessModes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Aug 1, 2024
1 parent c91bc8a commit 77aedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/charts/server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- metadata:
name: influxdb-volume
spec:
accessMode: [ "ReadWriteOnce" ]
accessModes: [ "ReadWriteOnce" ]
storageClassName: "longhorn"
resources:
requests:
Expand Down

0 comments on commit 77aedf0

Please sign in to comment.