1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

typo fix for upgrade-minio-operator.rst

This commit is contained in:
Ravind Kumar
2023-09-20 12:45:05 -04:00
committed by GitHub
parent d68d9bc774
commit 77f3074081

View File

@ -90,7 +90,7 @@ The following steps back up the existing yaml files, perform some clean up, and
kubectl -n $NAMESPACE get sts $TENANT_NAME-log -o yaml > $TENANT_NAME-log.yaml
kubectl -n $NAMESPACE get deployment $TENANT_NAME-log-search-api -o yaml > $TENANT_NAME-log-search-api.yaml
kubectl -n $NAMESPACE get svc $TENANT_NAME-log-hl-svc -o yaml > $TENANT_NAME-log-hl-svc.yaml
kubectl -n $NAMESPACE get svc $TENANT_NAME-log-search-api -o yaml > $TENANT_NAME-log-search-api.yaml
kubectl -n $NAMESPACE get svc $TENANT_NAME-log-search-api -o yaml > $TENANT_NAME-log-search-api-svc.yaml
kubectl -n $NAMESPACE get svc $TENANT_NAME-prometheus-hl-svc -o yaml > $TENANT_NAME-prometheus-hl-svc.yaml
- Replace ``myminio`` with the name of the tenant on the operator deployment you are upgrading.