mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Merge pull request #5630 from cunyat/feat/5516-replacement-inline-value
Add static value source for replacement
This commit is contained in:
@@ -20,6 +20,9 @@ type Replacement struct {
|
||||
|
||||
// The N fields to write the value to.
|
||||
Targets []*TargetSelector `json:"targets,omitempty" yaml:"targets,omitempty"`
|
||||
|
||||
// Used to define an static value
|
||||
SourceValue *string `json:"sourceValue,omitempty" yaml:"sourceValue,omitempty"`
|
||||
}
|
||||
|
||||
// SourceSelector is the source of the replacement transformer.
|
||||
|
||||
Reference in New Issue
Block a user