Skip to content

Commit

Permalink
Fix subscription namaspace (#2481)
Browse files Browse the repository at this point in the history
* Fix subscription namaspace

Signed-off-by: Bama Charan Kundu <bamachrn@gmail.com>

* Removed catalog source for dvo

Signed-off-by: Bama Charan Kundu <bamachrn@gmail.com>

---------

Signed-off-by: Bama Charan Kundu <bamachrn@gmail.com>
  • Loading branch information
bamachrn authored Oct 3, 2023
1 parent b2ab4a2 commit 2b841a5
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions configs/enable-dvo-for-all-cluster/install-dvo.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
---
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: deployment-validation-operator-catalog
labels:
name: deployment-validation-operator
spec:
displayName: Deployment Validation Operator
grpcPodConfig:
securityContextConfig: restricted
image: quay.io/app-sre/deployment-validation-operator-catalog:latest
publisher: OperatorHub.io
sourceType: grpc

---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: deployment-validation-operator
labels:
name: deployment-validation-operator
namespace: deployment-validation-operator
spec:
channel: alpha
installPlanApproval: Automatic
name: deployment-validation-operator
source: community-operators
sourceNamespace: deployment-validation-operator
sourceNamespace: openshift-marketplace

---
apiVersion: operators.coreos.com/v1
Expand Down

0 comments on commit 2b841a5

Please sign in to comment.