Update to minio-operator 3.0.5 (#218)

This commit is contained in:
Cesar N
2020-07-30 15:21:45 -07:00
committed by GitHub
parent 410920823a
commit 1dabfb4ead
7 changed files with 3463 additions and 324 deletions

View File

@@ -18,7 +18,6 @@ spec:
image: minio/console:latest
imagePullPolicy: "IfNotPresent"
args:
- /console
- server
ports:
- containerPort: 9090

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
#!/bin/bash
# Get's the latest deployment file from MinIO Operator
curl https://raw.githubusercontent.com/minio/operator/master/minio-operator.yaml > operator-console/base/minio-operator.yaml

View File

@@ -21,7 +21,6 @@ spec:
- name: CONSOLE_OPERATOR_MODE
value: "on"
args:
- /console
- server
ports:
- containerPort: 9090

File diff suppressed because it is too large Load Diff