Add missing operator group for gitlab install.

This commit is contained in:
2025-08-31 11:54:14 +12:00
parent 68542a50df
commit 1155c5cc78

View File

@ -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