VampireAchao commented on code in PR #287: URL: https://github.com/apache/incubator-streampark-website/pull/287#discussion_r1382690494
########## i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md: ########## @@ -283,10 +283,10 @@ kubectl create secret docker-registry streamparksecret 创建 k8s secret 密钥用来拉取 ACR 中的镜像 streamparksecret 为密钥名称 自定义 ```shell -kubectl create secret docker-registry streamparksecret ---docker-server=registry-vpc.cn-zhangjiakou.aliyuncs.com ---docker-username=xxxxxx ---docker-password=xxxxxx -n streamx +kubectl create secret docker-registry streamparksecret +--docker-server=registry-vpc.cn-zhangjiakou.aliyuncs.com +--docker-username=xxxxxx +--docker-password=xxxxxx -n streampark Review Comment: Ok,I will resolve it. ########## i18n/zh-CN/docusaurus-plugin-content-blog/3-streampark-usercase-bondex-paimon.md: ########## @@ -283,10 +283,10 @@ kubectl create secret docker-registry streamparksecret 创建 k8s secret 密钥用来拉取 ACR 中的镜像 streamparksecret 为密钥名称 自定义 ```shell -kubectl create secret docker-registry streamparksecret ---docker-server=registry-vpc.cn-zhangjiakou.aliyuncs.com ---docker-username=xxxxxx ---docker-password=xxxxxx -n streamx +kubectl create secret docker-registry streamparksecret +--docker-server=registry-vpc.cn-zhangjiakou.aliyuncs.com +--docker-username=xxxxxx +--docker-password=xxxxxx -n streampark Review Comment: Ok,I will resolve it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
