Commit 15570d8
committed
fix(minio): Fixed port forward script to fit change to bitnami minio charts in #1340
In #1340 we changed from using official minio helm charts to the bitnami minio charts.
This is done because we deemed them more stable and mature
As a result the secrets json file has a different schema:
.data.accesskey --> .data.root-user
.data.secretkey --> .data.root-password
The exposed ports are also now divided into API:9000 and Console:9001
src: https://artifacthub.io/packages/helm/bitnami/minio
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>1 parent 26d6e76 commit 15570d8
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
0 commit comments