Skip to content

Commit

Permalink
Disable mayastor and cstor support
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Aug 4, 2024
1 parent 79d9c6b commit 1a45890
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
class profile::platform::baseline::debian::virtual::kubernetes (
Enum['microk8s','k3s'] $provider = 'k3s',
Boolean $enable_cstor = true,
Boolean $enable_mayastor = true,
Boolean $enable_cstor = false,
Boolean $enable_mayastor = false,
) {

if $facts['os']['family'] != 'Debian' {
Expand Down

0 comments on commit 1a45890

Please sign in to comment.