You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a kustomize v2.x manifest, skaffold dev should pick up changes to any of the changes to files kustomize is working with.
Actual behavior
If I am using patchesStrategicMerge the changes to the patches aren't picked up.
If I use 1.x format (patches) the patch changes are picked up by skaffold dev properly.
create a strategic merge patch file to patch the deployment
add the patch with kustomize cli:
kustomize edit add patch thepatch.yaml
This creates a patchesStrategicMerge entry in the kustomization file
5. Run skaffold dev
6. Change the patch
7. Observe that no new deployment is made.
Why this change is important is because patches is deprecated since 2.0 in favour of patchesStrategicMerge.
The text was updated successfully, but these errors were encountered:
Expected behavior
When I use a kustomize v2.x manifest, skaffold dev should pick up changes to any of the changes to files kustomize is working with.
Actual behavior
If I am using patchesStrategicMerge the changes to the patches aren't picked up.
If I use 1.x format (patches) the patch changes are picked up by skaffold dev properly.
Information
Steps to reproduce the behavior
This creates a patchesStrategicMerge entry in the kustomization file
5. Run skaffold dev
6. Change the patch
7. Observe that no new deployment is made.
Why this change is important is because patches is deprecated since 2.0 in favour of patchesStrategicMerge.
The text was updated successfully, but these errors were encountered: