File tree 6 files changed +6
-18
lines changed
6 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
6
- ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
7
-
5
+ ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
8
6
9
7
A simple wrapper around the stable/nginx-ingress chart that adds a few of our conventions
10
8
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
6
-
7
-
5
+ ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
8
6
9
7
A simple wrapper around the stable/nginx-ingress chart that adds a few of our conventions
10
8
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
6
-
7
-
5
+ ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
8
6
9
7
A simple chart that installs, let's say PrometheusRules, that needs no sub-charts
10
8
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
6
-
7
-
5
+ ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
8
6
9
7
A very simple chart that doesn't even need any values for customization
10
8
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square )
6
- ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
7
-
5
+ ![ Version: 0.2.0] ( https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
8
6
9
7
A chart demonstrating handling of special characters in values files
10
8
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ import (
16
16
const defaultDocumentationTemplate = `{{ template "chart.header" . }}
17
17
{{ template "chart.deprecationWarning" . }}
18
18
19
- {{ template "chart.versionBadge" . }}
20
- {{ template "chart.typeBadge" . }}
21
- {{ template "chart.appVersionBadge" . }}
19
+ {{ template "chart.versionBadge" . }} {{ template "chart.typeBadge" . }} {{ template "chart.appVersionBadge" . }}
22
20
23
21
{{ template "chart.description" . }}
24
22
You can’t perform that action at this time.
0 commit comments