From 0f3fc44631ce04c9c8e4fa36137378889c8f7e0c Mon Sep 17 00:00:00 2001 From: Martin Linkhorst Date: Thu, 23 Mar 2017 02:17:09 +0100 Subject: [PATCH] [stable/odoo]: fix password retrieval instructions (#816) * [stable/odoo]: fix password retrieval instructions * Version bump --- stable/odoo/Chart.yaml | 2 +- stable/odoo/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 5d1b467987..42b93fd1ad 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 0.4.2 +version: 0.4.3 description: A suite of web based open source business apps. keywords: - odoo diff --git a/stable/odoo/templates/NOTES.txt b/stable/odoo/templates/NOTES.txt index fa840a5f53..1273c1521d 100644 --- a/stable/odoo/templates/NOTES.txt +++ b/stable/odoo/templates/NOTES.txt @@ -26,4 +26,4 @@ 2. Login with the following credentials echo Email : {{ .Values.odooEmail }} - echo Password: $(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.odoo-password[*]}"`)) + echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.odoo-password}" | base64 --decode)