Harmonize env variable from NATS_SERVER to QOVERY_NATS_URL

This commit is contained in:
Romain GERARD
2021-01-05 09:49:40 +01:00
committed by Pierre Mavro
parent 1b9545749f
commit 4ab5eefcee
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ resource "helm_release" "qovery_engine_resources" {
}
set {
name = "environmentVariables.NATS_SERVER"
name = "environmentVariables.QOVERY_NATS_URL"
value = var.qovery_nats_url
}