xs identation fix to extraDeploy section when un-commenting (#6710)

Co-authored-by: Koren <koren.lev@tipalti.com>
This commit is contained in:
Koren Lev
2021-06-21 13:30:54 +03:00
committed by GitHub
parent 7827fdf806
commit 2c8b58eb6d
2 changed files with 3 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ name: mongodb
sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://mongodb.org
version: 10.20.2
version: 10.20.3

View File

@@ -49,6 +49,7 @@ image:
clusterDomain: cluster.local
## Extra objects to deploy (value evaluated as a template)
## extraDeploy:
## This needs to be uncommented and added to 'extraDeploy' in order to use the replicaset 'mongo-labeler' sidecar
## for dynamically discovering the mongodb primary pod
## suggestion is to use a hard-coded and predictable TCP port for the primary mongodb pod (here is 30001, choose your own)
@@ -63,7 +64,7 @@ clusterDomain: cluster.local
## app.kubernetes.io/managed-by: Helm
## app.kubernetes.io/name: mongodb
## spec:
## type: NodePort
## type: NodePort
## externalTrafficPolicy: Cluster
## ports:
## - name: mongodb