0

我想使用 GitOps 解决方案(例如 Flux)将我的基础架构部署到 kubernetes 集群:

    flux bootstrap git \
  --url=ssh://git@<host>/<org>/<repository> \
  --branch=<my-branch> \
  --path=clusters/my-cluster

传递秘密信息而不将其保存在 git 中的最佳方法是什么?

4

0 回答 0