Skip to content

Commit 4b3ab25

Browse files
operator rabbitmq-cluster-operator (2.12.1)
1 parent 5fb6d1c commit 4b3ab25

File tree

4 files changed

+5611
-0
lines changed

4 files changed

+5611
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM scratch
2+
3+
LABEL operators.operatorframework.io.bundle.mediatype.v1=plain
4+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
5+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6+
LABEL operators.operatorframework.io.bundle.package.v1=rabbitmq-cluster-operator
7+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
8+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
9+
10+
COPY manifests /manifests/
11+
COPY metadata /metadata/

0 commit comments

Comments
 (0)