Skip to content

Commit

Permalink
Add possibility to define custom keys per service
Browse files Browse the repository at this point in the history
  • Loading branch information
peb-adr committed Dec 5, 2023
1 parent 1ef79fd commit 29145cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ type service struct {
Tag string `yaml:"tag"`
Environment map[string]string `yaml:"environment"`
AdditionalContent json.RawMessage `yaml:"additionalContent"`
CustomKeys map[string]string `yaml:"customKeys"`
}

// nullTransformer is used to fix a problem with mergo
Expand Down

0 comments on commit 29145cd

Please sign in to comment.