Skip to content

Commit

Permalink
[const] Adds TemplateParameters const
Browse files Browse the repository at this point in the history
Adds TemplateParameters const, which reflects the name of the
key when storing a dump of the template parameters in the secret.

Jira: https://issues.redhat.com/browse/OSPRH-13100

Signed-off-by: Martin Schuppert <[email protected]>
  • Loading branch information
stuggi committed Jan 16, 2025
1 parent c6542cc commit d2d1ab2
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 d2d1ab2

Please sign in to comment.