Skip to content

Commit f5d8be8

Browse files
subirjollySubir Jolly
andauthored
feat: add google experiment env vars for image (#3257)
Co-authored-by: Subir Jolly <subirjolly@Subirs-MacBook-Pro.local>
1 parent eeedcb1 commit f5d8be8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/Dockerfile.chronograf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ENV UI_SHA=local_dev_mode
2525
# Global Search ENV vars
2626
ENV GLOBALSEARCH_API_KEY=
2727
ENV GLOBALSEARCH_APP_ID=
28+
# Google Experiments ENV vars
29+
ENV PAYG_CREDIT_EXPERIMENT_ID=
2830

2931
# This is the origin of the URL needed to access the running container (optional)
3032
# ENV PUBLIC=http://foobar

docker/Dockerfile.chronograf.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ ARG RUDDERSTACK_WRITE_KEY
3636
ARG GLOBALSEARCH_API_KEY
3737
# Global Search App ID
3838
ARG GLOBALSEARCH_APP_ID
39+
# Google Experiment ID for PAYG $250 Credit
40+
ARG PAYG_CREDIT_EXPERIMENT_ID
3941

4042
COPY . /repo/ui
4143
WORKDIR /repo/ui

0 commit comments

Comments
 (0)