Skip to content

Commit

Permalink
minimal manifest changes (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianAtDell committed Oct 15, 2024
1 parent a5f3461 commit e236629
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/minimal-samples/powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
driver:
csiDriverType: "powerflex"
configVersion: v2.11.0
forceRemoveDriver: true
modules:
- name: resiliency
# enabled: Enable/Disable Resiliency feature
Expand Down
1 change: 1 addition & 0 deletions samples/minimal-samples/powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
driver:
csiDriverType: "powermax"
configVersion: v2.12.0
forceRemoveDriver: true
# These are the modules which are optional and can be enabled by specifying to enable/disable.
# modules:
# - name: resiliency
Expand Down
1 change: 1 addition & 0 deletions samples/minimal-samples/powerscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
driver:
csiDriverType: "isilon"
configVersion: v2.11.0
forceRemoveDriver: true
modules:
# Authorization: enable csm-authorization for RBAC
- name: authorization
Expand Down
1 change: 1 addition & 0 deletions samples/minimal-samples/powerstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
driver:
csiDriverType: "powerstore"
configVersion: v2.11.0
forceRemoveDriver: true
modules:
- name: resiliency
# enabled: Enable/Disable Resiliency feature
Expand Down
1 change: 1 addition & 0 deletions samples/minimal-samples/unity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ spec:
driver:
csiDriverType: "unity"
configVersion: v2.11.0
forceRemoveDriver: true

0 comments on commit e236629

Please sign in to comment.