Skip to content

Commit

Permalink
Fix mongodb making braindead changes again
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Mar 4, 2024
1 parent e8067c2 commit f9a29a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: mongodb
description: A Helm chart for deploying a mongodb
type: application
version: 0.0.12
version: 0.0.13
appVersion: 6.0.0
4 changes: 4 additions & 0 deletions charts/mongodb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ spec:
{{- if .Values.tls.enabled }}
- "--tlsMode"
- {{ .Values.tls.mode | quote }}
- "--setParameter"
- "tlsUseSystemCA=true"
- "--tlsCertificateKeyFile"
- {{ .Values.tls.certfile | quote }}
{{- if .Values.tls.certpassword }}
Expand Down Expand Up @@ -308,6 +310,8 @@ spec:
{{- if .Values.tls.enabled }}
- "--tlsMode"
- {{ .Values.tls.mode | quote }}
- "--setParameter"
- "tlsUseSystemCA=true"
- "--tlsCertificateKeyFile"
- {{ .Values.tls.certfile | quote }}
{{- if .Values.tls.certpassword }}
Expand Down

0 comments on commit f9a29a4

Please sign in to comment.