Skip to content

Commit

Permalink
fix: Do not try to deploy cronjobs as vroom is a deployment (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops authored Sep 26, 2023
1 parent 59f9ab6 commit d2850b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gocd/templates/bash/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"

/devinfra/scripts/k8s/k8stunnel
/devinfra/scripts/k8s/k8s-deploy.py \
--type="cronjob" \
--label-selector="${LABEL_SELECTOR}" \
--image="us.gcr.io/internal-sentry/vroom:${GO_REVISION_VROOM_REPO}" \
--container-name="vroom"

0 comments on commit d2850b2

Please sign in to comment.