Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 718 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 718 Bytes

Examples

  • configmap: load external data into a ConfigMap
  • values: load external structured data into a CUE value
  • encrypted: load and decrypt SOPS-encrypted data
  • components: compose several charts into one
  • control-repository: full example how to install several instances of an application in various environments
  • remote: render chart from remote repository
  • workaround: workaround file order bug in cue

To run these examples, put cuegen into your PATH and execute

cuegen examples/<name-of-example-dir>

unless otherwise described in the example.