generated from cloud-native-toolkit/template-terraform-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.yaml
63 lines (63 loc) · 1.67 KB
/
module.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
61
62
63
name: gitops-cp-db2
interfaces:
- github.com/cloud-native-toolkit/automation-modules#database-secret
type: gitops
description: Module to populate a gitops repository with the resources to configure a schema on a DB2 instance
tags:
- db2
- schema
- gitops
versions:
- platforms:
- kubernetes
- ocp3
- ocp4
dependencies:
- id: gitops
refs:
- source: github.com/cloud-native-toolkit/terraform-tools-gitops.git
version: ">= 1.1.0"
- id: namespace
refs:
- source: github.com/cloud-native-toolkit/terraform-gitops-namespace.git
version: ">= 1.0.0"
- id: gitops-db2u
refs:
- source: github.com/cloud-native-toolkit/terraform-gitops-cp-db2wh-service.git
version: ">= 1.0.0"
variables:
- name: gitops_config
moduleRef:
id: gitops
output: gitops_config
- name: git_credentials
moduleRef:
id: gitops
output: git_credentials
- name: server_name
moduleRef:
id: gitops
output: server_name
- name: namespace
moduleRef:
id: namespace
output: name
- name: kubeseal_cert
moduleRef:
id: gitops
output: sealed_secrets_cert
- name: storageClass
moduleRef:
id: gitops-cp-db2
output: storageClass
important: true
- name: database_name
moduleRef:
id: gitops-cp-db2
output: database_name
important: true
- name: pvcsize
moduleRef:
id: gitops-cp-db2
output: pvcsize
important: true