Skip to content

Commit

Permalink
remove comments (#2743)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Villa <[email protected]>
  • Loading branch information
Adam-D-Lewis and marcelovilla authored Sep 26, 2024
1 parent 1549693 commit 30f833f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/_nebari/stages/kubernetes_services/template/rook-ceph.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ module "rook-ceph" {
depends_on = [helm_release.rook-ceph]
}

# data "kubernetes_namespace" "existing" {
# metadata {
# name = var.environment
# }
# }

resource "helm_release" "rook-ceph" {
name = "rook-ceph"
namespace = var.environment
Expand All @@ -48,8 +42,6 @@ resource "helm_release" "rook-ceph" {
},
})
],
# var.overrides
# var.overrides # TODO: Add overrides for Rook-Ceph Operator
)

# depends_on = [kubernetes_namespace.rook-ceph]
}

0 comments on commit 30f833f

Please sign in to comment.