最佳答案
我创造了一个秘密
kubectl create secret generic production-tls \
--from-file=./tls.key \
--from-file=./tls.crt
如果我想更新这些值-我该怎么做?