Page MenuHomePhabricator

Scap backport change_url: deploy to k8s
Closed, DeclinedPublic

Description

Once the multiversion image is built, and unpacked onto the deployment server, and values file is updated, the backport command should apply the changes via helmfile to the relevant environments.

helmfile -e {environment} apply

Environments to apply:

  • eqiad
  • codfw
  • ???

Question: Should the apply be interactive? (helmfile -e environment -i apply)