Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
578 views
in Technique[技术] by (71.8m points)

kubernetes - 在掌舵值上添加单引号(adding single quotes to helm value)

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

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

Please log in or register to answer this question.

Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...