Skip to content

Commit f0bd478

Browse files
authored
operator [CI] mongodb-enterprise (1.30.0)
1 parent 4757d10 commit f0bd478

15 files changed

+7522
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
FROM scratch
2+
3+
# Core bundle labels.
4+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7+
LABEL operators.operatorframework.io.bundle.package.v1=mongodb-enterprise
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.1
11+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
12+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
13+
14+
# Labels for testing.
15+
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
16+
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
17+
18+
# Copy files to locations specified by labels.
19+
COPY ./bundle/1.30.0//manifests /manifests/
20+
COPY ./bundle/1.30.0//metadata /metadata/
21+
COPY ./bundle/1.30.0//tests/scorecard /tests/scorecard/
22+
LABEL com.redhat.openshift.versions="v4.6"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: Role
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-appdb
6+
rules:
7+
- apiGroups:
8+
- ""
9+
resources:
10+
- secrets
11+
verbs:
12+
- get
13+
- apiGroups:
14+
- ""
15+
resources:
16+
- pods
17+
verbs:
18+
- patch
19+
- delete
20+
- get
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: RoleBinding
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-appdb
6+
roleRef:
7+
apiGroup: rbac.authorization.k8s.io
8+
kind: Role
9+
name: mongodb-enterprise-appdb
10+
subjects:
11+
- kind: ServiceAccount
12+
name: mongodb-enterprise-appdb
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
kind: ServiceAccount
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-appdb
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
kind: ServiceAccount
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-database-pods
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-operator-service
6+
spec:
7+
ports:
8+
- name: webhook-port
9+
port: 443
10+
targetPort: 1993
11+
selector:
12+
app.kubernetes.io/name: mongodb-enterprise-operator
13+
status:
14+
loadBalancer: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: v1
2+
kind: ServiceAccount
3+
metadata:
4+
creationTimestamp: null
5+
name: mongodb-enterprise-ops-manager

0 commit comments

Comments
 (0)