We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6870db0 commit a57dc44Copy full SHA for a57dc44
examples/castware-operator/main.tf
@@ -7,6 +7,7 @@ resource "helm_release" "castware_operator" {
7
version = var.castware_operator_version
8
9
wait = true
10
+ wait_for_jobs = true
11
atomic = true
12
cleanup_on_fail = true
13
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" {
60
61
chart = "castware-components"
62
63
64
65
66
67
create_namespace = false
0 commit comments