Skip to content

Commit e642890

Browse files
committed
improve string formatting
1 parent 46eaa51 commit e642890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/tls/check-tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read_json(config_path):
6565
"/tmp/test-config.json"
6666
) # config file to indicate our test script if auth / tls is used or not
6767
coordinator_host = (
68-
"trino-coordinator-default-headless." + namespace + ".svc.cluster.local"
68+
f"trino-coordinator-default-headless.{namespace}.svc.cluster.local"
6969
)
7070
trusted_ca = "/stackable/trusted/ca.crt" # will be mounted from secret op
7171
untrusted_ca = "/stackable/untrusted-cert.crt" # some random CA

0 commit comments

Comments
 (0)