Skip to content

Commit

Permalink
Enable cstor support
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Mar 9, 2024
1 parent 50bd9c6 commit 0418d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
class profile::platform::baseline::debian::virtual::kubernetes (
Enum['microk8s','k3s'] $provider = 'k3s',
Boolean $enable_cstor = false,
Boolean $enable_cstor = true,
Boolean $enable_mayastor = true,
) {

Expand Down

0 comments on commit 0418d46

Please sign in to comment.