fix build annotations getting lost after applying JSON 6902 patch

This commit is contained in:
Julian van den Berkmortel
2021-11-10 21:41:11 +01:00
parent b16e4ec566
commit b6cb6c8ae9
7 changed files with 45 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ go 1.16
require (
github.com/evanphx/json-patch v4.11.0+incompatible
sigs.k8s.io/kustomize/api v0.8.9
sigs.k8s.io/kustomize/kyaml v0.12.0
sigs.k8s.io/yaml v1.2.0
)