-
Notifications
You must be signed in to change notification settings - Fork 1
/
values_x.yaml
60 lines (60 loc) · 1.8 KB
/
values_x.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
properties:
chart:
properties:
appVersion:
type: string
name:
type: string
version:
type: string
required:
- appVersion
- name
- version
type: object
release:
properties:
name:
type: string
namespace:
type: string
service:
type: string
required:
- name
- namespace
- service
type: object
vars:
properties:
chart:
type: string
fullname:
type: string
labels:
additionalProperties:
type: string
type: object
name:
type: string
objects:
additionalProperties:
type: string
type: object
selector:
additionalProperties:
type: string
type: object
required:
- chart
- fullname
- labels
- name
- objects
- selector
type: object
required:
- chart
- release
- vars
type: object