Skip to content

Commit

Permalink
set insecure tls for metrics-server
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 9, 2025
1 parent bdebdea commit 22776d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ module "cluster" {
# most_recent = true
# }
metrics-server = {
most_recent = true
most_recent = true
configuration_values = "--kubelet-insecure-tls=true"
}
snapshot-controller = {
most_recent = true
Expand Down

0 comments on commit 22776d7

Please sign in to comment.