diff options
author | 2018-02-23 20:53:58 +0000 | |
---|---|---|
committer | 2018-02-23 20:53:58 +0000 | |
commit | f50dccfd3067116ccbf9e26aef6d9b5aa13f85fd (patch) | |
tree | 3a5369ec1040909930c97ddcc06a26b42166fdf6 /kubernetes/common/common-templates/Chart.yaml | |
parent | 799ae16776823e5f12412eab4bd21368480d682e (diff) | |
parent | 3e7dc64805fbfc378290c32e8d4de39c3602e66e (diff) |
Merge "Add common helm chart"
Diffstat (limited to 'kubernetes/common/common-templates/Chart.yaml')
-rw-r--r-- | kubernetes/common/common-templates/Chart.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/common/common-templates/Chart.yaml b/kubernetes/common/common-templates/Chart.yaml new file mode 100644 index 0000000000..01135755ba --- /dev/null +++ b/kubernetes/common/common-templates/Chart.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +description: Common templates for inclusion in other charts +name: common-templates +version: 2.0.0 |