Skip to content

Commit 5f92de2

Browse files
committed
fix: helm configmap syntax
1 parent 3a6f1d6 commit 5f92de2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/zero-notifcation-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.1
18+
version: 0.0.2
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: ConfigMap
33
metadata:
44
name: {{ include "zero-notification-service.fullname" . }}
55
data:
6-
SERVICE_PORT: {{ .Values.service.port }}
7-
GRACEFUL_SHUTDOWN_TIMEOUT_SECONDS: {{ .Values.application.gracefulShutdownTimeout }}
8-
STRUCTURED_LOGGING: {{ .Values.application.structuredLogging }}
6+
SERVICE_PORT: "{{ .Values.service.port }}"
7+
GRACEFUL_SHUTDOWN_TIMEOUT_SECONDS: "{{ .Values.application.gracefulShutdownTimeout }}"
8+
STRUCTURED_LOGGING: "{{ .Values.application.structuredLogging }}"

0 commit comments

Comments
 (0)