mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/odoo]: fix password retrieval instructions (#816)
* [stable/odoo]: fix password retrieval instructions * Version bump
This commit is contained in:
committed by
Michael Goodness
parent
cb688c1f8c
commit
0f3fc44631
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user