separated operator from keycloak for multi tenancy

This commit is contained in:
Sebastian Wendel 2022-07-30 21:12:17 +02:00
parent 0ba6eef3ef
commit e9b0aec909
No known key found for this signature in database
GPG key ID: 1422B7DF78144640
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
namespace: postgresql
resources:
- namespace.yaml
- subscription.yaml
- operatorgroup.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: postgresql

View file

@ -0,0 +1,8 @@
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: postgresql
spec:
targetNamespaces:
- keycloak

View file

@ -0,0 +1,11 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: postgresql
spec:
name: postgresql
channel: v5
source: operatorhubio-catalog
sourceNamespace: olm
installPlanApproval: Automatic