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 08e03ae commit 223b71e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/install-prometheus-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,7 @@ jobs:
--network host \
-v ${{ github.workspace }}/monitoring:/workspace \
-v $HOME/.kube:/root/.kube \
# -v $HOME/.terraform.d:/root/.terraform.d \
# -e TF_PLUGIN_CACHE_DIR=/root/.terraform.d \
# -w /workspace \
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 223b71e

Please sign in to comment.