Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
352 views
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...