diff --git a/manifests/v2/third-party/jobset/kustomization.yaml b/manifests/v2/third-party/jobset/kustomization.yaml index 139fa7300d..70a383bb5e 100644 --- a/manifests/v2/third-party/jobset/kustomization.yaml +++ b/manifests/v2/third-party/jobset/kustomization.yaml @@ -13,6 +13,8 @@ configMapGenerator: disableNameSuffixHash: true # Add required patches. -patchesStrategicMerge: - - patches/jobset_remove_namespace.yaml # Remove namespace from the JobSet release manifests. - - patches/jobset_config_patch.yaml # Add custom manager config to the JobSet. +patches: + # Remove namespace from the JobSet release manifests. + - path: patches/jobset_remove_namespace.yaml + # Add custom manager config to the JobSet. + - path: patches/jobset_config_patch.yaml