forked from kapicorp/kapitan-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubernetes.yml
38 lines (37 loc) · 1.01 KB
/
kubernetes.yml
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
parameters:
kapitan:
dependencies:
- type: git
source: https://github.com/kapicorp/kapitan-reference.git
ref: master
subdir: components/generators/kubernetes
output_path: components/generators/kubernetes
compile:
- output_path: manifests
input_type: kadet
output_type: yml
input_paths:
- components/generators/kubernetes
- output_path: docs
input_type: kadet
output_type: plain
input_params:
function: generate_docs
template_path: templates/docs/service_component.md.j2
input_paths:
- components/generators/kubernetes
- output_path: pre-deploy
input_type: kadet
output_type: yml
input_params:
function: generate_pre_deploy
input_paths:
- components/generators/kubernetes
generators:
manifest:
default_config:
type: deployment
service_account:
create: false
annotations:
"manifests.kapicorp.com/generated": "true"