Skip to content

Commit

Permalink
Deploy Rook Ceph Helm only when Ceph FS Needed (#2742)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenafoster committed Sep 26, 2024
1 parent 30f833f commit c0f5961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_nebari/stages/kubernetes_services/template/rook-ceph.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ module "rook-ceph" {
}

resource "helm_release" "rook-ceph" {
count = local.enable-ceph-cluster ? 1 : 0

name = "rook-ceph"
namespace = var.environment
repository = "https://charts.rook.io/release"
Expand Down

0 comments on commit c0f5961

Please sign in to comment.