Skip to content

Commit

Permalink
update kpt pkgs using replace strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Dec 16, 2024
1 parent fe6868a commit 93c9710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
pushd staging/
kpt pkg update base@$2
kpt pkg update --strategy force-delete-replace base@$2
if test -f "$1"; then
pushd cd-set-images
Expand All @@ -73,8 +73,8 @@
pushd $DEVENV_ROOT
kpt pkg update prod/base@$2
kpt pkg update prod/cd-set-images@$2
kpt pkg update --strategy force-delete-replace prod/base@$2
kpt pkg update --strategy force-delete-replace prod/cd-set-images@$2
kustomize build prod/ --output output/prod/manifest.yaml
popd
Expand Down

0 comments on commit 93c9710

Please sign in to comment.