Skip to content

Commit

Permalink
fix: TLS for mongo without sharding (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Jan 24, 2025
2 parents e5f7401 + d52f305 commit 994abc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/onpremise/mongodb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ resource "helm_release" "mongodb" {
"tls" = {
"enabled" = "true"
"autoGenerated" = "true"
"extraDnsNames" = [local.mongodb_dns]
"securityContext" = {
"runAsUser" = var.security_context.run_as_user
"runAsGroup" = var.security_context.fs_group
Expand Down

0 comments on commit 994abc2

Please sign in to comment.