Skip to content

Commit

Permalink
Merge pull request #186 from ethersphere/dev/onboarding_faucet_new_en…
Browse files Browse the repository at this point in the history
…v_var

chore: added AUTH_TOKEN env variable in chart
  • Loading branch information
vandot authored Jun 14, 2022
2 parents 81ad251 + 62c4dcc commit 74ebdc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/onboarding-faucet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: latest
name: onboarding-faucet
version: 0.1.2
version: 0.1.3
description: Onboarding faucet Helm chart for Kubernetes
home: https://www.ethswarm.org
icon: https://docs.ethswarm.org/img/swarm-logo-2.svg
Expand Down
4 changes: 3 additions & 1 deletion charts/onboarding-faucet/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ metadata:
labels:
{{- include "onboarding-faucet.labels" . | nindent 4 }}
data:
AUTH_TOKEN: {{ .Values.config.AUTH_TOKEN | quote }}
HOSTNAME: {{ .Values.config.HOSTNAME | quote }}
LOG_LEVEL: {{ .Values.config.LOG_LEVEL | quote }}
PORT: {{ .Values.config.PORT | quote }}
RPC_URL: {{ .Values.config.RPC_URL | quote }}
LOG_LEVEL: {{ .Values.config.LOG_LEVEL | quote }}


5 changes: 3 additions & 2 deletions charts/onboarding-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ strategy:

# environment variables
config:
PORT: "3000"
AUTH_TOKEN: "secret"
HOSTNAME: "0.0.0.0"
RPC_URL: "https://rpc.gnosischain.com"
LOG_LEVEL: "info"
RPC_URL: "https://rpc.gnosischain.com"
PORT: "3000"
PRIVATE_KEY: ""

0 comments on commit 74ebdc0

Please sign in to comment.