From 8567b0b1fe290947034940bbd0fa9ab490454c63 Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Tue, 7 Nov 2023 07:53:10 +0545 Subject: [PATCH] fix: templates/deployment.yaml --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index a7604263..1afbd619 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -11,8 +11,8 @@ spec: replicas: {{ .Values.replicas }} selector: matchLabels: {{- include "config-db.selectorLabels" . | nindent 6 }} - {{- if and (eq .Values.db.external.enabled false) (eq .Values.db.embedded.persist true) }} serviceName: {{ include "config-db.name" . }} + {{- if and (eq .Values.db.external.enabled false) (eq .Values.db.embedded.persist true) }} volumeClaimTemplates: - metadata: name: config-db-embedded-database