Skip to content

Commit

Permalink
remove atomic and wait from strimzi helm terrafrom (apache#31132)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov authored Apr 30, 2024
1 parent e3b4d41 commit 5f71e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ resource "helm_release" "strimzi-helm-release" {
chart = var.chart_name
version = var.chart_version

atomic = "true"
timeout = 500
wait = false

set {
name = "watchAnyNamespace"
Expand Down

0 comments on commit 5f71e6a

Please sign in to comment.