From 62a9f797caa884b396bf1257980963d1d0616ed7 Mon Sep 17 00:00:00 2001 From: Sarhad Date: Mon, 18 Nov 2024 15:21:19 +0400 Subject: [PATCH] fix(DMVP-5941): cmd change --- modules/runner/cronjob.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/runner/cronjob.tf b/modules/runner/cronjob.tf index 710a92c..eca572d 100644 --- a/modules/runner/cronjob.tf +++ b/modules/runner/cronjob.tf @@ -25,9 +25,8 @@ resource "kubernetes_cron_job_v1" "runner_cronjob" { spec { container { - name = "bitbucket-k8s-runner" - image = "docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner" - command = ["/bin/sh", "-c", "echo ACCOUNT_UUID: $ACCOUNT_UUID && echo RUNNER_UUID: $RUNNER_UUID"] + name = "bitbucket-k8s-runner" + image = "docker-public.packages.atlassian.com/sox/atlassian/bitbucket-pipelines-runner" env { name = "ACCOUNT_UUID"