Skip to content

Commit

Permalink
Add flag to collect pvc name and pvc namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lmq1999 committed Aug 30, 2021
1 parent e7b29dd commit d625edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: 50Gi
storageClassName: premium-hdd
storageClassName: premium-hdd
1 change: 1 addition & 0 deletions manifest/plugin/csi-bizflycloud-controllerplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
- "--csi-address=/var/lib/csi/sockets/pluginproxy/csi.sock"
- "--timeout=3m"
- "--feature-gates=Topology=true"
- "--extra-create-metadata=True"
volumeMounts:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
Expand Down

0 comments on commit d625edf

Please sign in to comment.