Skip to content

Commit ddfaf64

Browse files
authored
mounting env-var for twilio phone number (#29)
1 parent b9e3a94 commit ddfaf64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/zero-notifcation-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.9
18+
version: 0.0.10
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.0.11
23+
appVersion: 0.0.12

charts/zero-notifcation-service/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ data:
77
GRACEFUL_SHUTDOWN_TIMEOUT_SECONDS: "{{ .Values.application.gracefulShutdownTimeout }}"
88
STRUCTURED_LOGGING: "{{ .Values.application.structuredLogging }}"
99
ALLOW_EMAIL_TO_DOMAINS: "{{ .Values.application.allowEmailToDomains }}"
10+
TWILIO_PHONE_NUMBER: {{ .Values.application.twilioPhoneNumber | quote }}

0 commit comments

Comments
 (0)