Skip to content

Commit

Permalink
OLM Files at repository root (#1027)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia authored Feb 22, 2022
1 parent 11ed4c9 commit b8e6fa7
Show file tree
Hide file tree
Showing 11 changed files with 8,862 additions and 11 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.git
dist/
1 change: 0 additions & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=minio-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.17.0


# Copy files to locations specified by labels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
name: minio-operator.v4.4.8
namespace: minio-operator
spec:
apiservicedefinitions: { }
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: Tenant
Expand Down Expand Up @@ -437,7 +437,7 @@ spec:
selector:
matchLabels:
app: console
strategy: { }
strategy: {}
template:
metadata:
labels:
Expand All @@ -457,7 +457,7 @@ spec:
name: http
- containerPort: 9433
name: https
resources: { }
resources: {}
securityContext:
runAsGroup: 1000
runAsNonRoot: true
Expand All @@ -469,7 +469,7 @@ spec:
selector:
matchLabels:
name: minio-operator
strategy: { }
strategy: {}
template:
metadata:
labels:
Expand Down
6 changes: 0 additions & 6 deletions bundles/4.4.8/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: minio-operator
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.17.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: unknown

# Annotations for testing.
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
operators.operatorframework.io.test.config.v1: tests/scorecard/
7 changes: 7 additions & 0 deletions manifests/console-env_v1_configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
data:
CONSOLE_PORT: "9090"
CONSOLE_TLS_PORT: "9443"
kind: ConfigMap
metadata:
name: console-env
19 changes: 19 additions & 0 deletions manifests/console_v1_service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
name: console
name: console
spec:
ports:
- name: http
port: 9090
targetPort: 0
- name: https
port: 9443
targetPort: 0
selector:
app: console
status:
loadBalancer: {}
Loading

0 comments on commit b8e6fa7

Please sign in to comment.