Skip to content

Commit

Permalink
Fix Kustomize patchesStrategicMerge deprecation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Stefanutti <[email protected]>
  • Loading branch information
astefanutti committed Jan 28, 2025
1 parent ee1b691 commit afe3e73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manifests/v2/third-party/jobset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afe3e73

Please sign in to comment.