File tree Expand file tree Collapse file tree
prombench/manifests/prombench/benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,22 +126,6 @@ spec:
126126 app : loadgen-querier
127127 spec :
128128 initContainers :
129- - name : download-key
130- image : docker.io/prominfra/prometheus-builder:master
131- imagePullPolicy : Always
132- command : [ "/go/src/github.com/key.sh" ]
133- env :
134- - name : PR_NUMBER
135- value : " {{ .PR_NUMBER }}"
136- - name : GITHUB_ORG
137- value : " {{ .GITHUB_ORG }}"
138- - name : GITHUB_REPO
139- value : " {{ .GITHUB_REPO }}"
140- - name : STORAGE
141- value : " /storage-paths"
142- volumeMounts :
143- - name : key
144- mountPath : /storage-paths
145129 containers :
146130 - name : prom-load-generator
147131 image : docker.io/prominfra/load-generator:master
@@ -165,7 +149,8 @@ spec:
165149 configMap :
166150 name : prometheus-loadgen
167151 - name : key
168- emptyDir : {}
152+ configMap :
153+ name : blocksync-config
169154 nodeSelector :
170155 node-name : nodes-{{ .PR_NUMBER }}
171156 isolation : none
You can’t perform that action at this time.
0 commit comments