From 4385dace7dc6bfcabcfc7d6de1a640135cb3b376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 29 Apr 2019 11:26:20 +0200 Subject: [PATCH] [stable/mariadb] Show clusterDomain in README (#13278) Signed-off-by: Javier J. Salmeron Garcia --- stable/mongodb/Chart.yaml | 2 +- stable/mongodb/README.md | 1 + stable/mongodb/templates/NOTES.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 8a1e8a30ad..fe0e8040cb 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 5.16.2 +version: 5.16.3 appVersion: 4.0.9 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index 7bfdc3b49c..41cc3d4601 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -55,6 +55,7 @@ The following table lists the configurable parameters of the MongoDB chart and t | `image.pullPolicy` | Image pull policy | `Always` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug logs should be enabled | `false` | +| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` | | `usePassword` | Enable password authentication | `true` | | `existingSecret` | Existing secret with MongoDB credentials | `nil` | | `mongodbRootPassword` | MongoDB admin password | `random alphanumeric string (10)` | diff --git a/stable/mongodb/templates/NOTES.txt b/stable/mongodb/templates/NOTES.txt index 1f77ea9510..d2c3dc656e 100644 --- a/stable/mongodb/templates/NOTES.txt +++ b/stable/mongodb/templates/NOTES.txt @@ -19,7 +19,7 @@ MongoDB can be accessed via port 27017 on the following DNS name from within your cluster: - {{ template "mongodb.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local + {{ template "mongodb.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }} {{ if .Values.usePassword -}}