Skip to content

Commit

Permalink
Install OpenShift GitOps in its own namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis de Talhouët <[email protected]>
  • Loading branch information
adetalhouet committed Feb 16, 2022
1 parent 1cc4171 commit 0525f63
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/01-openshift-gitops/bootstrap/01-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-gitops
name: openshift-gitops-operator
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: openshift-gitops-group
namespace: openshift-gitops-operator
spec:
targetNamespaces: []
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: openshift-gitops-operator
namespace: openshift-operators
namespace: openshift-gitops-operator
spec:
channel: "stable"
installPlanApproval: Automatic
Expand Down

0 comments on commit 0525f63

Please sign in to comment.