Skip to content

Commit

Permalink
✨ Make rwx_supported false by default (#214)
Browse files Browse the repository at this point in the history
Default behavior should be to not use RWX since it's least common.

Signed-off-by: Jason Montleon <[email protected]>
Co-authored-by: Jason Montleon <[email protected]>
  • Loading branch information
dymurray and jmontleon authored May 2, 2023
1 parent 443d741 commit ee84989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tackle/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ cache_data_volume_name: "{{ app_name }}-{{ cache_name }}-data"
cache_data_volume_claim_name: "{{ app_name }}-{{ cache_name }}-volume-claim"
cache_data_volume_claim_mode: "ReadWriteMany"
cache_mount_path: "/cache"
rwx_supported: true
rwx_supported: false

# RH-SSO specific
rhsso_name: "rhsso"
Expand Down

0 comments on commit ee84989

Please sign in to comment.