mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
603 B
29 lines
603 B
#helm:generate foo
|
|
name: frobnitz
|
|
description: This is a frobniz.
|
|
version: "1.2.3-alpha.1+12345"
|
|
keywords:
|
|
- frobnitz
|
|
- sprocket
|
|
- dodad
|
|
maintainers:
|
|
- name: The Helm Team
|
|
email: helm@example.com
|
|
- name: Someone Else
|
|
email: nobody@example.com
|
|
source:
|
|
- https://example.com/foo/bar
|
|
home: http://example.com
|
|
dependencies:
|
|
- name: thingerbob
|
|
location: https://example.com/charts/thingerbob-3.2.1.tgz
|
|
version: ^3
|
|
environment:
|
|
- name: Kubernetes
|
|
version: ~1.1
|
|
extensions:
|
|
- extensions/v1beta1
|
|
- extensions/v1beta1/daemonset
|
|
apiGroups:
|
|
- 3rdParty
|