mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Harmonize env variable from NATS_SERVER to QOVERY_NATS_URL
This commit is contained in:
committed by
Pierre Mavro
parent
1b9545749f
commit
4ab5eefcee
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ labels:
|
||||
environmentVariables:
|
||||
RUST_LOG: DEBUG,rusoto_core::request=info,hyper=info
|
||||
#ENGINE_RES_URL: ""
|
||||
#NATS_SERVER: ""
|
||||
#QOVERY_NATS_URL: ""
|
||||
#ORGANIZATION: ""
|
||||
#CLOUD_PROVIDER: ""
|
||||
#REGION: ""
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user