This commit is contained in:
Ubuntu
2025-05-29 05:42:02 +00:00
parent b074f9859c
commit d637852b12
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -150,6 +150,7 @@ testcontainers.reuse.enable=true'''
sh """
export namespace=${namespace}
export allowed_origins=${props.allowed_origins}
export ingress_host=${props.ingress_host}
export jwt_secret_key=${props.jwt_secret_key}
export postgres_user=${props.postgres_user}
export postgres_password=${props.postgres_password}
@@ -183,4 +184,4 @@ testcontainers.reuse.enable=true'''
}
}
}
}
}