-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic secret name support in use_secret_as_volume function
- Implemented support for dynamically specifying secret names in the `use_secret_as_volume` function. - Updated driver code to handle secret name substitution at runtime based on input parameters. - Introduced a `{{my_secret}}` template string representation for secret names in the compiled DSL. - Added a test to validate secret name template creation in IR. Co-authored-by: Greg Sheremeta <[email protected]> Signed-off-by: ddalvi <[email protected]>
- Loading branch information
1 parent
686a7b9
commit ad536ac
Showing
3 changed files
with
35 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters