We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a41ff commit 722e89aCopy full SHA for 722e89a
README.md
@@ -122,9 +122,7 @@ That template looks like so:
122
{{ template "chart.header" . }}
123
{{ template "chart.deprecationWarning" . }}
124
125
-{{ template "chart.versionBadge" . }}
126
-{{ template "chart.typeBadge" . }}
127
-{{ template "chart.appVersionBadge" . }}
+{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
128
129
{{ template "chart.description" . }}
130
0 commit comments