mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
Fix timeout parameter bug when querying prometheus API
This commit is contained in:
parent
5b922bee59
commit
634ea02dd8
5 changed files with 239 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
ARG ARCH
|
||||
ARG GO_VERSION
|
||||
|
||||
FROM golang:${GO_VERSION} as build
|
||||
FROM golang:${GO_VERSION} AS build
|
||||
|
||||
WORKDIR /go/src/sigs.k8s.io/prometheus-adapter
|
||||
COPY go.mod .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue