Skip to content

Commit be181ed

Browse files
Merge pull request #1135 from dperaza4dustbit/remove_cruchy
Remove subscription to Crunchy Postgres
2 parents e6b59ff + b27e7ba commit be181ed

File tree

3 files changed

+0
-37
lines changed

3 files changed

+0
-37
lines changed

installer/charts/tssc-subscriptions/templates/crunchy-data-rbac.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

installer/charts/tssc-subscriptions/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
---
22
subscriptions:
3-
crunchyData:
4-
enabled: false
5-
description: Crunchy-Data PostgreSQL Operator
6-
apiResource: postgresclusters.postgres-operator.crunchydata.com
7-
namespace: openshift-operators
8-
name: crunchy-postgres-operator-rhmp
9-
channel: v5
10-
source: redhat-marketplace
11-
sourceNamespace: openshift-marketplace
123
openshiftGitOps:
134
enabled: false
145
description: OpenShift GitOps Operator

installer/charts/values.yaml.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ openshift:
5151

5252

5353
subscriptions:
54-
crunchyData:
55-
enabled: {{ or $tpa.Enabled $rhdh.Enabled }}
56-
managed: {{ or (and $tpa.Enabled $tpa.Properties.manageSubscription ) (and $rhdh.Enabled $rhdh.Properties.manageSubscription) }}
5754
openshiftGitOps:
5855
enabled: {{ $gitops.Enabled }}
5956
managed: {{ and $gitops.Enabled $gitops.Properties.manageSubscription }}

0 commit comments

Comments
 (0)