From fccffb33391751a1bf84c53184cffe0dcac83fd6 Mon Sep 17 00:00:00 2001 From: Manuel Mendez <708570+mmlb@users.noreply.github.com> Date: Fri, 17 Sep 2021 11:17:07 -0400 Subject: [PATCH] Fix typo in bitname/common README (#7529) --- bitnami/common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/common/README.md b/bitnami/common/README.md index 054e51f965..c6811e5b76 100644 --- a/bitnami/common/README.md +++ b/bitnami/common/README.md @@ -93,7 +93,7 @@ The following table lists the helpers available in the library which are scoped ### Names -| Helper identifier | Description | Expected Inpput | +| Helper identifier | Description | Expected Input | |-------------------------|------------------------------------------------------------|-------------------| | `common.names.name` | Expand the name of the chart or use `.Values.nameOverride` | `.` Chart context | | `common.names.fullname` | Create a default fully qualified app name. | `.` Chart context |