fix missing "$" (#150)

Signed-off-by: Daniel Chambre <smiyc@pm.me>
This commit is contained in:
smiyc
2025-02-10 14:58:21 +01:00
committed by GitHub
parent 8078ba7811
commit 8521a64ce4

View File

@@ -15,7 +15,7 @@ variable "revision" {
default = ""
}
fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "{registry}/postgresql"
fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "${registry}/postgresql"
now = timestamp()
authors = "The CloudNativePG Contributors"
url = "https://github.com/cloudnative-pg/postgres-containers"