Fix secret name

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands
2024-05-07 14:39:20 +01:00
parent 56cab04af8
commit cd42da2197
3 changed files with 12 additions and 17 deletions

View File

@@ -67,7 +67,7 @@
kubectl create namespace meta
```
1. Create a secret with the user and password for the local Minio:
1. Create a secret named `minio` with the user and password for the local Minio:
```
kubectl create secret generic minio -n meta \