所有公共 helm 图表值文件都在其主分支上注释了可配置部分,例如入口、OAuth 等。
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
在合并到 master 之前或发货之前如何验证值?是否有一种用需要测试的数据自动填充 helm 值文件的方法?