File tree Expand file tree Collapse file tree 6 files changed +18
-30
lines changed
ibm-cpd-db2wh-subscription Expand file tree Collapse file tree 6 files changed +18
-30
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Run this CLI and remove the finalizer value from the YAML as sometimes DB2WH ser
80
80
81
81
## Supported platforms
82
82
83
- OCP 4.8.36
83
+ - OCP 4.8.36
84
84
85
85
## References:
86
86
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: databases.cpd.ibm.com/v1
2
2
kind : Db2whService
3
3
metadata :
4
4
name : {{ .Values.name }}
5
- namespace : gitops-cp4d-instance
5
+ namespace : {{ .Values.cpd_namespace }}
6
6
annotations :
7
7
argocd.argoproj.io/sync-wave : " 1"
8
8
spec :
Original file line number Diff line number Diff line change 1
- name : db2wh-cr
2
- cpd_namespace : gitops-cp4d-instance
3
- operator_namespace : cpd-operators
1
+ # name: db2wh-cr
2
+ # cpd_namespace: gitops-cp4d-instance
4
3
5
- license_accept : true
6
- license : Enterprise
4
+ # license_accept: true
5
+ # license: Enterprise
7
6
8
- db_type : db2wh
7
+ # db_type: db2wh
9
8
10
9
Original file line number Diff line number Diff line change 1
- license_accept : true
2
- license : Enterprise
1
+ # license_accept: true
2
+ # license: Enterprise
3
3
4
- db2wh_namespace : gitops-cp-db2wh
5
- db2wh_version : 4.0.2
6
- db2wh_channel : v1.0
4
+ # db2wh_namespace: gitops-cp-db2wh
5
+ # db2wh_version: 4.0.2
6
+ # db2wh_channel: v1.0
7
+
8
+ # name: ibm-db2wh-cp4d-operator-catalog-subscription
9
+ # operator_namespace: cpd-operators
7
10
8
- name : ibm-db2wh-cp4d-operator-catalog-subscription
9
- operator_namespace : cpd-operators
10
- common_services_namespace : ibm-common-services
11
- cpd_namespace : gitops-cp4d-instance
Original file line number Diff line number Diff line change @@ -28,22 +28,18 @@ locals {
28
28
subscription_content = {
29
29
license_accept = true
30
30
license = var.license
31
-
32
31
db2wh_namespace = var.namespace
33
32
db2wh_version = var.db2_warehouse_version
34
33
db2wh_channel= var.db2_warehouse_channel
35
-
36
-
37
34
name= " ibm-db2wh-cp4d-operator-catalog-subscription"
38
35
operator_namespace = var.operator_namespace
39
- common_services_namespace = var.common_services_namespace
40
- cpd_namespace = var.cpd_namespace
36
+
41
37
}
42
38
43
39
instance_content = {
44
40
name = " db2wh-cr"
45
41
cpd_namespace = var.cpd_namespace
46
- operator_namespace = var.operator_namespace
42
+
47
43
spec = {
48
44
license = {
49
45
accept = " true"
Original file line number Diff line number Diff line change @@ -128,12 +128,6 @@ variable "common_services_namespace" {
128
128
default = " ibm-common-services"
129
129
}
130
130
131
- variable "cpd_operators" {
132
- type = string
133
- description = " Namespace where cpd is deployed"
134
- default = " cpd-operators"
135
- }
136
-
137
131
variable "storage_class" {
138
132
type = string
139
133
description = " Storage class for DB2WH instance"
@@ -158,4 +152,4 @@ variable "license" {
158
152
default = " Enterprise"
159
153
}
160
154
161
- # db2wh = "cp4d-db2wh"
155
+
You can’t perform that action at this time.
0 commit comments