Last attempt to use proxy caused some nodejs project build issues. This change sets proxy only for kubernetes cluster connections which should fix it.
Testing - both deployments have to be green. Drupal fails due to drupal-deploy command initializing tunnel before cli can be downloaded (there is no pre-step to inject test cli download).
Those two instances are removed now - kubectl get (Wait for resources to be ready) is actually a duplicate of this and kubectl delete (Special updates) is an older step that was kept as an example for potential migration. Removed that too.
Blocked by https://github.com/wunderio/silta-cli/pull/61, do not merge until cli binaries are built
Last attempt to use proxy caused some nodejs project build issues. This change sets proxy only for kubernetes cluster connections which should fix it.
Testing - both deployments have to be green. Drupal fails due to drupal-deploy command initializing tunnel before cli can be downloaded (there is no pre-step to inject test cli download).