Skip to content

Commit

Permalink
Merge pull request #293 from mojaloop/fix/non-mojaloop-deployments
Browse files Browse the repository at this point in the history
Fix/non mojaloop deployments
  • Loading branch information
sijo5722-2021 authored Jun 17, 2024
2 parents 4eed166 + 21e54fe commit d1dbdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gitops/k8s-cluster-config/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output "storage_class_name" {
}

output "mojaloop_stateful_resources" {
value = var.common_var_map.mojaloop_enabled ? module.mojaloop[0].stateful_resources : []
value = var.common_var_map.mojaloop_enabled ? module.mojaloop[0].stateful_resources : null
}

output "common_stateful_resources" {
Expand Down

0 comments on commit d1dbdaa

Please sign in to comment.