In my values.yaml file for helm, I am trying to create a value with quotes but when I run it, it gives a different result
(在我的舵手values.yaml文件中,我试图用引号创建一个值,但是当我运行它时,它会给出不同的结果)
values.yaml
(values.yaml)
annotation: '"ports": {"88":"sandbox-backendconfig"}}'
{{ .Values.annotation }}
what shows when I do dry run
(当我进行空转时显示什么)
"ports": {"88":"sandbox-backendconfig"}}
how can I make the single quotes around it show also
(如何使周围的单引号也显示)
ask by King translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…