Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyev committed Aug 24, 2024
1 parent 6734079 commit a7e7af2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/install-prometheus-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ jobs:
alpine:3.20 \
sh -c "
apk add --no-cache curl bash tar gzip;
curl https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz | tar zxvf -;
mv linux-amd64/helm /usr/local/bin/helm;
curl -sO https://releases.hashicorp.com/terraform/1.0.0/terraform_1.0.0_linux_amd64.zip;
unzip terraform_1.0.0_linux_amd64.zip;
chmod +x terraform;
cd /workspace;
./terraform init;
./terraform apply -auto-approve;
"

0 comments on commit a7e7af2

Please sign in to comment.