This is an automated email from the ASF dual-hosted git repository.

damondouglas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f71e6a592c remove atomic and wait from strimzi helm terrafrom (#31132)
5f71e6a592c is described below

commit 5f71e6a592ce10c7390f2bdb4f824c1bd59cc00e
Author: Vlado Djerek <[email protected]>
AuthorDate: Tue Apr 30 17:30:56 2024 +0200

    remove atomic and wait from strimzi helm terrafrom (#31132)
---
 .test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf 
b/.test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf
index a51158c1389..7a8ad1d5f24 100644
--- a/.test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf
+++ b/.test-infra/kafka/strimzi/01-strimzi-operator/kafka.tf
@@ -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"

Reply via email to