Skip to content

Commit

Permalink
fix: changed default value of network_policy to azure (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdbj authored Oct 30, 2024
1 parent 6152442 commit 71d2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ variable "network_plugin" {

variable "network_policy" {
type = string
default = null
default = "azure"
description = " (Optional) Sets up network policy to be used with Azure CNI. Network policy allows us to control the traffic flow between pods. Currently supported values are calico and azure. Changing this forces a new resource to be created."
}

Expand Down

0 comments on commit 71d2df2

Please sign in to comment.