📌  相关文章
📜  如何为 helm values.yaml 传递 docker hub 凭据 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.657000             🧑  作者: Mango

代码示例1
image:
  repository: myprivate.registry.com:8080/myapp/app/viewer
  pullPolicy: IfNotPresent

imageCredentials:
  registry: myprivate.registry.com:8080
  username: myusername
  password: myuserpass