Skip to content

Commit

Permalink
Added volume name prefix for PowerStore (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell authored Nov 9, 2023
1 parent 11b5ece commit 7b27d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
value: debug

sideCars:
- name: provisioner
args: ["--volume-name-prefix=csivol"]
# health monitor is disabled by default, refer to driver documentation before enabling it
- name: external-health-monitor
enabled: $HEALTH_MONITOR_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
value: debug

sideCars:
- name: provisioner
args: ["--volume-name-prefix=csivol"]
# health monitor is disabled by default, refer to driver documentation before enabling it
- name: external-health-monitor
enabled: $HEALTH_MONITOR_ENABLED
Expand Down

0 comments on commit 7b27d6f

Please sign in to comment.