auto-create minio users
This commit is contained in:
parent
8719a60697
commit
b13488cc8b
@ -51,9 +51,13 @@ spec:
|
|||||||
- "s3:PutObject"
|
- "s3:PutObject"
|
||||||
- "s3:ListMultipartUploadParts"
|
- "s3:ListMultipartUploadParts"
|
||||||
users:
|
users:
|
||||||
- accessKey: console
|
- existingSecret: minio-user-console
|
||||||
secretKey: console123
|
existingSecretAccessKeyKey: accessKey
|
||||||
|
existingSecretKey: secretKey
|
||||||
|
bucket: console
|
||||||
policy: consoleAdmin
|
policy: consoleAdmin
|
||||||
- accessKey: s3-proxy
|
- existingSecret: minio-user-s3-proxy
|
||||||
secretKey: s3-proxy-change-me-password
|
existingSecretAccessKeyKey: accessKey
|
||||||
|
existingSecretKey: secretKey
|
||||||
|
bucket: dumps
|
||||||
policy: dumps-owner
|
policy: dumps-owner
|
||||||
|
|||||||
@ -8,7 +8,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: minio-contour
|
chart: minio-contour
|
||||||
version: "5.4.0"
|
version: "5.4.1"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: yc-oci-charts
|
name: yc-oci-charts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user