diff --git a/2025-08-29-gitlab-openshift/README.org b/2025-08-29-gitlab-openshift/README.org index 2a9ffe4..f48c484 100644 --- a/2025-08-29-gitlab-openshift/README.org +++ b/2025-08-29-gitlab-openshift/README.org @@ -66,6 +66,17 @@ kind: Namespace metadata: 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 kind: Subscription @@ -84,8 +95,9 @@ EOF #+RESULTS: Create operator subscription #+begin_example -namespace/gitlab-system created -subscription.operators.coreos.com/gitlab-operator-kubernetes created +namespace/gitlab-system unchanged +operatorgroup.operators.coreos.com/gitlab-og created +subscription.operators.coreos.com/gitlab-operator-kubernetes unchanged #+end_example