… pulled cd helmfile.d/services/your-service-name # Check changes and deploy to staging helmfile -e staging diff helmfile -e staging apply # Check changes and deploy to production (eqiad) helmfile -e eqiad diff helmfile -e eqiad apply # Check changes and deploy to production (codf…
… pulled cd helmfile.d/services/your-service-name # Check changes and deploy to staging helmfile -e staging diff helmfile -e staging apply # Check changes and deploy to production (eqiad) helmfile -e eqiad diff helmfile -e eqiad apply # Check changes and deploy to production (codf…