Skip to content

Commit

Permalink
Correct variable passing
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 25, 2024
1 parent 0a6dbb5 commit 622e3d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions deployments/spacelift/dpe-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ locals {
ssl_hostname = var.ssl_hostname
auth0_jwks_uri = var.auth0_jwks_uri
smtp_from = var.smtp_from
smtp_password = var.smtp_password
smtp_user = var.smtp_user
}

auth0_stack_variables = {
Expand Down
6 changes: 0 additions & 6 deletions modules/signoz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ spec:
%{else}
- name: "alertmanager.enabled"
value: false
- name: "alertmanager.enableda"
value: ${var.smtp_user}
- name: "alertmanager.enabledb"
value: ${var.smtp_from}
- name: "alertmanager.enabledc"
value: ${var.smtp_password != ""}
%{endif}
valueFiles:
- $values/modules/signoz/templates/values.yaml
Expand Down

0 comments on commit 622e3d6

Please sign in to comment.