1
0
Fork 0
kubernetes/kitchen
Dustin 94300ac502 kitchen: Use SealedSecret template for config
The configuration file for the kitchen HUD server has credentials
embedded in it.  Until I get around to refactoring it to read these from
separate locations, we'll make use of the template feature of
SealedSecrets.  With this feature, fields can refer to the (decrypted)
value of other fields using Go template syntax.  This makes it possible
to have most of the `config.yaml` document unencrypted and easily
modifiable, while still protecting the secrets.
2024-02-01 21:18:46 -06:00
..
.gitignore kitchen: Add manifest for kitchen screen server 2022-11-05 16:39:22 -05:00
kitchen.yaml kitchen: Use SealedSecret template for config 2024-02-01 21:18:46 -06:00
kustomization.yaml kitchen: Remove config.yml ConfigMap generator 2023-10-14 22:01:26 -05:00
secrets.yaml kitchen: Use SealedSecret template for config 2024-02-01 21:18:46 -06:00