enable ingressUrlFormat
This commit is contained in:
parent
1bd836b88a
commit
e92ef9fbcb
|
@ -127,7 +127,7 @@ resource "helm_release" "gcp_spark_operator" {
|
|||
}
|
||||
|
||||
set {
|
||||
name = "ingressUrlFormat"
|
||||
name = "driver.ingressUrlFormat"
|
||||
value = "\\{\\{$appName\\}\\}.\\{\\{$appNamespace\\}\\}.${var.domain}"
|
||||
type = "string"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue