tokers commented on issue #173:
URL: 
https://github.com/apache/apisix-helm-chart/issues/173#issuecomment-964901888


   > kubectl create secret tls etcd-ssl-s -n ops \
       --cert=/opt/zhuji/helm/apisix/cert/etcd.crt \
       --key=/opt/zhuji/helm/apisix/cert/etcd-key.key \
       --dry-run -o yaml > etcd-ssl-s.yaml
   The key names of tls type secret will be "tls.crt", "tls.key", but you 
configured `etcd.crt` and `etcd-key.key`, so the mount won't succeed.


-- 
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]


Reply via email to