Skip to content

Commit

Permalink
Correction to namespace of where ingress resources are deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 21, 2024
1 parent 74f33bf commit dbe7f70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/signoz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ metadata:
name: signoz-telemetry-ingress
namespace: ${var.namespace}
spec:
targetNamespace: ${var.namespace}
interval: 1h
retryInterval: 2m
timeout: 5m
Expand All @@ -235,6 +234,9 @@ spec:
- target:
kind: ReferenceGrant
patch: |-
- op: replace
path: /metadata/namespace
value: ${var.namespace}
- op: replace
path: /spec/from/0/namespace
value: ${var.gateway_namespace}
Expand Down

0 comments on commit dbe7f70

Please sign in to comment.