Add missing operator group for gitlab install.
This commit is contained in:
		@ -66,6 +66,17 @@ kind: Namespace
 | 
				
			|||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: gitlab-system
 | 
					  name: gitlab-system
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					apiVersion: operators.coreos.com/v1
 | 
				
			||||||
 | 
					kind: OperatorGroup
 | 
				
			||||||
 | 
					metadata:
 | 
				
			||||||
 | 
					  name: gitlab-og
 | 
				
			||||||
 | 
					  namespace: gitlab-system
 | 
				
			||||||
 | 
					spec:
 | 
				
			||||||
 | 
					  targetNamespaces:
 | 
				
			||||||
 | 
					  - gitlab-system
 | 
				
			||||||
 | 
					  upgradeStrategy: Default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
apiVersion: operators.coreos.com/v1alpha1
 | 
					apiVersion: operators.coreos.com/v1alpha1
 | 
				
			||||||
kind: Subscription
 | 
					kind: Subscription
 | 
				
			||||||
@ -84,8 +95,9 @@ EOF
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#+RESULTS: Create operator subscription
 | 
					#+RESULTS: Create operator subscription
 | 
				
			||||||
#+begin_example
 | 
					#+begin_example
 | 
				
			||||||
namespace/gitlab-system created
 | 
					namespace/gitlab-system unchanged
 | 
				
			||||||
subscription.operators.coreos.com/gitlab-operator-kubernetes created
 | 
					operatorgroup.operators.coreos.com/gitlab-og created
 | 
				
			||||||
 | 
					subscription.operators.coreos.com/gitlab-operator-kubernetes unchanged
 | 
				
			||||||
#+end_example
 | 
					#+end_example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user