Skip to content

Commit

Permalink
Minimal manifest changes for powermax with authorization module (#710)
Browse files Browse the repository at this point in the history
* minimal manifest changes for powermax with authorization module

* minimal manifest changes for powermax with authorization module

* minimal manifest changes for powermax with authorization module

* minimal manifest changes for powermax with authorization module
  • Loading branch information
mgandharva authored Sep 27, 2024
1 parent d3e96da commit 9dfe827
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions samples/minimal-samples/powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
configVersion: v2.12.0
forceRemoveDriver: true
# These are the modules which are optional and can be enabled by specifying to enable/disable.

Check warning on line 11 in samples/minimal-samples/powermax.yaml

View workflow job for this annotation

GitHub Actions / Golang Validation / Yaml Lint

11:1 [comments-indentation] comment not indented like content
# modules:
# - name: resiliency
# enabled: true
modules:
- name: authorization
# enable: Enable/Disable csm-authorization
enabled: false
- name: resiliency
enabled: false

0 comments on commit 9dfe827

Please sign in to comment.