-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.yaml
More file actions
64 lines (64 loc) · 1.61 KB
/
Copy pathmodule.yaml
File metadata and controls
64 lines (64 loc) · 1.61 KB
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
64
name: sonarqube
type: terraform
description: Module to install Sonarqube into a cluster
tags:
- tools
- devops
- quality gate
- lint
versions:
- platforms:
- kubernetes
- ocp3
- ocp4
dependencies:
- id: cluster
refs:
- source: github.com/ibm-garage-cloud/terraform-ibm-container-platform
version: ">= 1.7.0"
- source: github.com/ibm-garage-cloud/terraform-ibm-ocp-vpc
version: ">= 1.0.0"
- source: github.com/ibm-garage-cloud/terraform-k8s-ocp-cluster
version: ">= 2.0.0"
- id: namespace
refs:
- source: github.com/ibm-garage-cloud/terraform-k8s-namespace
version: ">= 2.1.0"
- id: console_link_job
refs:
- source: github.com/cloud-native-toolkit/terraform-k8s-console-link-job
version: ">= 1.0.0"
variables:
- name: cluster_type
moduleRef:
id: cluster
output: platform.type_code
- name: cluster_ingress_hostname
moduleRef:
id: cluster
output: platform.ingress
- name: cluster_config_file
moduleRef:
id: cluster
output: config_file_path
- name: tls_secret_name
moduleRef:
id: cluster
output: platform.tls_secret
- name: releases_namespace
moduleRef:
id: namespace
output: name
discriminator: tools
- name: mode
scope: global
- name: gitops_dir
scope: global
- name: postgresql
scope: ignore
- name: plugins
scope: ignore
- name: toolkit_namespace
moduleRef:
id: console_link_job
output: namespace