Skip to content

Commit

Permalink
Add dvt-relayer env
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Oct 23, 2024
1 parent 2d59879 commit 32963ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/dvt-relayer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: dvt-relayer
version: 0.0.2
appVersion: "relayer"
version: 0.2.2
appVersion: "v0.2.2"
kubeVersion: "^1.14.0-0"
description: The relayer for the v3-operator service to register DVT validators that used DKG to generate the private keys.
type: application
Expand Down
3 changes: 2 additions & 1 deletion charts/dvt-relayer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ data:
NETWORK: {{ .Values.settings.network | quote }}
EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }}
CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }}
DATABASE: {{ .Values.settings.databasePath | quote }}
DATABASE: {{ .Values.settings.databasePath | quote }}
SENTRY_DSN: {{ .Values.settings.sentryDsn | quote }}
1 change: 1 addition & 0 deletions charts/dvt-relayer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ settings:
databasePath: "/data/relayer.db"
executionEndpoint: ""
consensusEndpoint: ""
sentryDsn: ""

## If false, data ownership will not be reset at startup
## This allows the geth node to be run with an arbitrary user
Expand Down

0 comments on commit 32963ef

Please sign in to comment.