Skip to content

Commit

Permalink
feat: Fixed branch (issue-id-43) issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jun 25, 2024
1 parent ad1f476 commit 0ee15a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/identity/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ variable "location" {

variable "otel_identity" {
type = bool
default = false
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ variable "cluster_sku_tier" {
## To support otel azure monitor sql and redis metrics need operator-wandb chart minimum version 0.14.0
variable "azuremonitor" {
type = bool
default = true
default = false
}

variable "node_max_pods" {
Expand Down

0 comments on commit 0ee15a3

Please sign in to comment.