Skip to content

Commit

Permalink
fix: templates/deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Nov 7, 2023
1 parent 4e5c91b commit 8567b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8567b0b

Please sign in to comment.