I discovered JS tagged templates, quite cool, allows to do things like: ``` projectNumber`service-...
b
I discovered JS tagged templates, quite cool, allows to do things like:
Copy code
projectNumber`service-${"gke01-london"}@container-engine-robot.iam.gserviceaccount.com`
where project id is replaced by project number without hiding overall value behind function