Skip to content

Commit

Permalink
roachprod: update roachprod-gc.yaml with azure-subscription-names flag
Browse files Browse the repository at this point in the history
This enables roachprod to clean up multiple subscriptions.
  • Loading branch information
DarrylWong committed Aug 21, 2024
1 parent 1d01263 commit 5c83036
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/roachprod/k8s/roachprod-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# --from-literal azure_password=XYZZY
# --from-literal azure_tenant_id=XYZZY
# --from-literal slack_token=XYZZY
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: roachprod-gc-cronjob
Expand All @@ -31,13 +31,14 @@ spec:
spec:
containers:
- name: roachprod-gc-cronjob
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:485975b3a82
image: gcr.io/cockroach-dev-inf/cockroachlabs/roachprod:1d01263b3a4
args:
- gc
- --gce-project=cockroach-ephemeral,cockroach-roachstress
- --slack-token
- $(SLACK_TOKEN)
- --aws-account-ids=541263489771,337380398238
- --azure-subscription-names=e2e-adhoc,e2e-infra,Microsoft Azure Subscription
env:
- name: SLACK_TOKEN
valueFrom:
Expand Down

0 comments on commit 5c83036

Please sign in to comment.