Skip to content

Commit 9b3d501

Browse files
set bridge api key
1 parent f4f21fd commit 9b3d501

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/safe-infrastructure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: safe-infrastructure
33
description: A Helm chart for Safe Infrastructure services
44
type: application
5-
version: 0.1.12
5+
version: 0.1.13
66
appVersion: "1.0.0"
77
maintainers:
88
- name: Safe Team

charts/safe-infrastructure/templates/cgw-deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ spec:
2323
ports:
2424
- containerPort: 3000
2525
env:
26+
- name: BRIDGE_API_KEY
27+
value: 123456
2628
- name: HTTP_CLIENT_REQUEST_TIMEOUT_MILLISECONDS
2729
value: {{ .Values.cgw.env.httpClientRequestTimeoutMilliseconds | quote }}
2830
- name: SAFE_CONFIG_BASE_URI
@@ -105,4 +107,4 @@ spec:
105107
name: {{ include "safe-infrastructure.fullname" . }}-credentials
106108
key: postgres-database
107109
resources:
108-
{{- toYaml .Values.resources | nindent 10 }}
110+
{{- toYaml .Values.resources | nindent 10 }}

0 commit comments

Comments
 (0)