Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions prombench/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
INFRA_CMD ?= ../infra/infra

ifeq ($(AUTH_FILE),)
AUTH_FILE = /etc/serviceaccount/service-account.json
endif

.PHONY: deploy clean
deploy: nodepool_create resource_apply
# GCP sometimes takes longer than 30 tries when trying to delete nodepools
Expand Down
1 change: 0 additions & 1 deletion prombench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export GITHUB_REPO=prometheus
-v GCLOUD_SERVICEACCOUNT_CLIENT_EMAIL:$GCLOUD_SERVICEACCOUNT_CLIENT_EMAIL \
-v OAUTH_TOKEN="$(printf $OAUTH_TOKEN | base64 -w 0)" \
-v WH_SECRET="$(printf $WH_SECRET | base64 -w 0)" \
-v GKE_AUTH="$(cat $AUTH_FILE | base64 -w 0)" \
-v GITHUB_ORG:$GITHUB_ORG -v GITHUB_REPO:$GITHUB_REPO \
-f manifests/cluster-infra
```
Expand Down
8 changes: 0 additions & 8 deletions prombench/manifests/cluster-infra/1b_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ data:
---
apiVersion: v1
kind: Secret
metadata:
name: service-account
type: Opaque
data:
service-account.json: "{{ .GKE_AUTH }}"
---
apiVersion: v1
kind: Secret
metadata:
name: whsecret
type: Opaque
Expand Down