Inline patch with target selector kustomize

JSON6902 patch applied to all matching targets, no separate file

cat <<'EOF' >> kustomization.yaml patches: - target: {kind: Deployment, labelSelector: app=api} patch: |- - op: replace path: /spec/replicas value: 3 EOF
more kustomize all 23 commands →