[bitnami/mongodb-sharded] Fix typo in shard-data-poddisruptionbudget (#9578)

Signed-off-by: Vinay Pulim <v@pulim.com>
This commit is contained in:
Vinay Pulim
2022-04-01 02:06:19 -04:00
committed by GitHub
parent bcbc24079b
commit 68d0639142
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}