Skip to content

trackbone: 2.2.2 -> 2.2.3

Ghost User requested to merge update-trackbone into master

Fix issue where exec.#Run env was overriden by the host env.

This was noticeable for configurations requesting a kubernetes access to the parent zone.

The script that setup the access reads a ZONE_NAME env var which was set properly to the parent zone but on the CI the plan diff job defines also a ZONE_NAME env var with the name of the current zone.

The bad ZONE_NAME env var was used by the script and so the generated kubeconfig was providing a context to the current zone and not the parent zone which made some configurations fail or simply show wrong diffs.

Merge request reports

Loading