-
Originally opened by @uhthomas in cuelang/cue#839 Hi, How can I make the following work?
Real world use-case: Kubernetes secrets. |
Beta Was this translation helpful? Give feedback.
Answered by
cueckoo
Jul 3, 2021
Replies: 1 comment 1 reply
-
Original reply by @myitcv in cuelang/cue#839 (comment) The canonical way to do this is via single-quote interpolation:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cueckoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original reply by @myitcv in cuelang/cue#839 (comment)
The canonical way to do this is via single-quote interpolation: