-
Originally opened by @uhthomas in cuelang/cue#800 Hi, I'm just getting started with Cue and trying to get it working with Kubernetes. The Kubernetes API accepts either a list of delimited YAML files, or a list of JSON objects. How can I export Cue to this format? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
cueckoo
Jul 3, 2021
Replies: 1 comment 3 replies
-
Original reply by @verdverm in cuelang/cue#800 (comment) see
For the output side, and specific to k8s, I have an example of what I think you may be trying here: |
Beta Was this translation helpful? Give feedback.
3 replies
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 @verdverm in cuelang/cue#800 (comment)
see
cue flags
--list
l…