Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #197 from upbound/epk/kustomize-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epk authored Jul 28, 2022
2 parents 2c8a896 + 6ada09f commit bc4f82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/localdev-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ patches:
- path: patch-deployment.yaml
target:
kind: Deployment
name: "*"
name: ".*"
- path: patch-rollout.yaml
target:
kind: Rollout
name: "*"
name: ".*"
EOF

localdev_postrender_patch_deployment="${DEPLOY_LOCAL_POSTRENDER_WORKDIR}/patch-deployment.yaml"
Expand Down Expand Up @@ -132,4 +132,4 @@ cat <&0 > ${DEPLOY_LOCAL_POSTRENDER_WORKDIR}/in.yaml
${KUSTOMIZE} build ${DEPLOY_LOCAL_POSTRENDER_WORKDIR}
EOF
chmod +x "${LOCALDEV_POSTRENDER_EXEC}"
chmod +x "${LOCALDEV_POSTRENDER_EXEC}"

0 comments on commit bc4f82f

Please sign in to comment.