Skip to content

Commit

Permalink
Merge pull request #850 from wongma7/scstatic
Browse files Browse the repository at this point in the history
Add empty StorageClasses to static example
  • Loading branch information
wongma7 authored Apr 27, 2021
2 parents aa83722 + 895d598 commit 95ab71a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/kubernetes/static-provisioning/specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
storageClassName: ""
csi:
driver: ebs.csi.aws.com
volumeHandle: vol-05786ec9ec9526b67
Expand All @@ -28,6 +29,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: ""
resources:
requests:
storage: 50Gi
Expand Down

0 comments on commit 95ab71a

Please sign in to comment.