Skip to content

Commit

Permalink
Merge pull request #593 from stuggi/templates_param_file
Browse files Browse the repository at this point in the history
[const] Adds TemplateParameters const
  • Loading branch information
stuggi authored Jan 16, 2025
2 parents c6542cc + d2d1ab2 commit 01a8948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ const (
CustomPolicyFileName = "custom.yaml"
// InputHashName -Name of the hash of hashes of all resources used to indentify an input change
InputHashName = "input"
// TemplateParameters - Name of the key when storing a dump of the template parameters in the secret
TemplateParameters = "TemplateParameters"
)

0 comments on commit 01a8948

Please sign in to comment.