Skip to content

Commit

Permalink
chore: use patches instead of deprecated patchesJson6902 (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Chevalier <clement.chevalier@contentsquare.com>
  • Loading branch information
clemcvlcs authored Apr 28, 2024
1 parent d04f197 commit 206089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resources:
}

if len(u.JsonPatches) > 0 {
kustomizationYamlContent += `patchesJson6902:
kustomizationYamlContent += `patches:
`
for i, f := range u.JsonPatches {
fileBytes, err := r.ReadFile(f)
Expand Down

0 comments on commit 206089e

Please sign in to comment.