forked from cloud-native-toolkit/terraform-k8s-olm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.yaml
36 lines (35 loc) · 924 Bytes
/
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
name: olm
type: terraform
description: Installs Operator Lifecycle Manager in the cluster
documentation: |
If the cluster is OpenShift 4.x and already has OLM installed then the module does not install anything. It can still
be used to export the olm namespaces for use by downstream modules.
platforms:
- kubernetes
- ocp3
- ocp4
tags:
- operators
versions:
- dependencies:
- id: cluster
interface: github.com/cloud-native-toolkit/automation-modules#cluster
refs: []
providers:
- name: clis
source: "cloud-native-toolkit/clis"
variables:
- name: cluster_config_file
moduleRef:
id: cluster
output: config_file_path
- name: cluster_type
moduleRef:
id: cluster
output: platform.type_code
- name: cluster_version
moduleRef:
id: cluster
output: platform.version
- name: olm_version
scope: ignore