mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/mongodb-sharded] Fix typo in shard-data-poddisruptionbudget (#9578)
Signed-off-by: Vinay Pulim <v@pulim.com>
This commit is contained in:
@@ -26,4 +26,4 @@ name: mongodb-sharded
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb-sharded
|
||||
- https://mongodb.org
|
||||
version: 4.0.15
|
||||
version: 4.0.16
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{{- $replicas := .Values.shards | int -}}
|
||||
{{- range $i, $e := until $replicas -}}
|
||||
kind: PodDisruptionBudget
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" $ }}
|
||||
metadata:
|
||||
name: {{ printf "%s-shard%d-data" (include "common.names.fullname" $ ) $i }}
|
||||
labels: {{- include "common.labels.standard" $ | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user