diff options
Diffstat (limited to 'k8s/rest-api/templates')
-rw-r--r-- | k8s/rest-api/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/k8s/rest-api/templates/deployment.yaml b/k8s/rest-api/templates/deployment.yaml index f2b15d8..aa61cb6 100644 --- a/k8s/rest-api/templates/deployment.yaml +++ b/k8s/rest-api/templates/deployment.yaml @@ -50,6 +50,8 @@ spec: secretKeyRef: name: kafka-user-passwords key: client-passwords + - name: DB_PASSWORD + value: {{ .Values.db.password }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} |