mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/mongodb] Fixed mongodb arbiter configmap (#20452)
* Fixed the issue #20255 in arbiter's configmap.yaml Signed-off-by: Peter Macsadi <peter.macsadi@gmail.com> * Bump version in Chart.yaml Signed-off-by: Peter Macsadi <peter.macsadi@gmail.com> --------- Signed-off-by: Peter Macsadi <peter.macsadi@gmail.com>
This commit is contained in:
@@ -39,4 +39,4 @@ maintainers:
|
||||
name: mongodb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb
|
||||
version: 14.0.13
|
||||
version: 14.0.14
|
||||
|
||||
@@ -7,7 +7,7 @@ SPDX-License-Identifier: APACHE-2.0
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ print "%s-arbiter" (include "mongodb.fullname" .) }}
|
||||
name: {{ printf "%s-arbiter" (include "mongodb.fullname" .) }}
|
||||
namespace: {{ include "mongodb.namespace" . | quote }}
|
||||
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
|
||||
app.kubernetes.io/component: arbiter
|
||||
|
||||
Reference in New Issue
Block a user