kubenix/docs/content/examples/secrets/_index.md

6 lines
383 B
Markdown
Raw Normal View History

2022-09-15 21:49:08 -04:00
We support runtime secret (or config) value loading with [vals](https://github.com/variantdev/vals). A minimal example, using the file provider, might look like
2022-08-29 02:04:47 -04:00
2022-09-15 21:49:08 -04:00
{{< source "default.nix" >}}
2022-08-29 02:04:47 -04:00
2022-09-15 21:49:08 -04:00
The creation of `/path/to/secret` is out of scope but we recommend checking out one of [the many nix secrets management tools](https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes).