Skip to content

Commit a57dc44

Browse files
authored
Add wait for jobs to operator tf example
Add wait for jobs to operator tf example
1 parent 6870db0 commit a57dc44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/castware-operator/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resource "helm_release" "castware_operator" {
77
version = var.castware_operator_version
88

99
wait = true
10+
wait_for_jobs = true
1011
atomic = true
1112
cleanup_on_fail = true
1213
create_namespace = false # true if you plan to deploy in a cluster without any cast components
@@ -60,6 +61,7 @@ resource "helm_release" "castware_components" {
6061
chart = "castware-components"
6162

6263
wait = true
64+
wait_for_jobs = true
6365
atomic = true
6466
cleanup_on_fail = true
6567
create_namespace = false

0 commit comments

Comments
 (0)