feat(k8s): add function for injecting names from hashed data objects (#33)

This commit is contained in:
Matej Cotman 2023-09-26 05:04:32 +03:00 committed by Bryton Hall
parent 71cb0a2a47
commit 473fb3ae50
3 changed files with 62 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- add `optionalHashedNames` to inject hashed names for referencing inside modules
### Changed
- removed local `kubectl` and `kubernetes` packages in lieu of those from nixpkgs