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.
19 lines
309 B
19 lines
309 B
9 years ago
|
info:
|
||
|
title: Schema for a basic jinja template that includes default values
|
||
|
|
||
|
imports:
|
||
|
|
||
|
properties:
|
||
|
foo:
|
||
|
description: blah
|
||
|
type: string
|
||
|
zone:
|
||
|
type: string
|
||
|
default: test-zone
|
||
|
project:
|
||
|
type: string
|
||
|
default: test-project
|
||
|
deployment:
|
||
|
type: string
|
||
|
default: test-deployment
|