diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index 96a5ee7..b4bdaca 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: dispatch description: Netflix Dispatch incident management system -version: 0.2.6 \ No newline at end of file +version: 0.2.7 \ No newline at end of file diff --git a/charts/dispatch/templates/web-deployment.yaml b/charts/dispatch/templates/web-deployment.yaml index 913a7aa..889644c 100644 --- a/charts/dispatch/templates/web-deployment.yaml +++ b/charts/dispatch/templates/web-deployment.yaml @@ -28,6 +28,9 @@ spec: value: "{{ .Values.postgres.port }}" - name: DATABASE_NAME value: "{{ .Values.postgres.database_name }}" + envFrom: + - secretRef: + name: {{ .Values.envFromSecret }} containers: - name: web