Skip to content

Commit

Permalink
fix(dynamic apply): Add 'mountPath' as known merge keys
Browse files Browse the repository at this point in the history
Fixes #650

Signed-off-by: Grzegorz Głąb <grzesuav@gmail.com>
  • Loading branch information
grzesuav committed Sep 18, 2022
1 parent 6440e88 commit 281aaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dynamic/apply/apply.go
Expand Up @@ -209,6 +209,7 @@ func stringMergeKey(val interface{}) string {
var knownMergeKeys = []string{
"containerPort",
"port",
"mountPath",
"name",
"uid",
"ip",
Expand Down

0 comments on commit 281aaf6

Please sign in to comment.