Skip to content

Commit

Permalink
fix mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Oct 25, 2024
1 parent 09bd158 commit a3da897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helm-operator-mapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
return
}

if sourceFile != defaultDDAMappingPath {
if sourceFile == defaultDDAMappingPath || tmpSourceFile != "" {
newMapYaml = `# This file maps keys from the Datadog Helm chart (YAML) to the DatadogAgent CustomResource spec (YAML).
` + newMapYaml
}
Expand Down

0 comments on commit a3da897

Please sign in to comment.