helm生成chart时的新namespace问题 #265
Unanswered
Beatrueman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我希望将新生成的chart部署在已有的

namespace
中而不是新建一个namespace
。意思是我能否跳过这一步?
如果执行了这一步会生成一个类型为
namespace
的yaml
,它会生成新的namespace
,但我不希望这样,我希望将我的应用部署在已有的namespace
中。另一个问题是在
draft create
时能否不使用交互式,而是使用一个yaml
文件指定参数?如果有,它的模板是怎样的?在draft create
时应该如何指定配置文件?Beta Was this translation helpful? Give feedback.
All reactions