Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kenafoster committed Sep 25, 2024
1 parent ae00afd commit 02464f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "rook-ceph" {
# }

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

name = "rook-ceph"
namespace = var.environment
Expand Down

0 comments on commit 02464f5

Please sign in to comment.