From 9efcd187e4a939bcd35382858a7d8ee1d286e423 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Thu, 13 Dec 2018 15:07:34 +0100 Subject: [PATCH] [stable/mariadb] Avoid creating a Deployment for a test client to check connectivity with MariaDB (#9969) Signed-off-by: juan131 --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index c8acad2cd7..bf05a442fb 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 5.2.3 +version: 5.2.4 appVersion: 10.1.37 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster. keywords: diff --git a/stable/mariadb/templates/NOTES.txt b/stable/mariadb/templates/NOTES.txt index dc41071c60..768f77fe43 100644 --- a/stable/mariadb/templates/NOTES.txt +++ b/stable/mariadb/templates/NOTES.txt @@ -21,7 +21,7 @@ To connect to your database: 1. Run a pod that you can use as a client: - kubectl run {{ template "mariadb.fullname" . }}-client --rm --tty -i --image {{ template "mariadb.image" . }} --namespace {{ .Release.Namespace }} --command -- bash + kubectl run {{ template "mariadb.fullname" . }}-client --rm --tty -i --restart='Never' --image {{ template "mariadb.image" . }} --namespace {{ .Release.Namespace }} --command -- bash 2. To connect to master service (read/write):