Skip to content

Commit

Permalink
Merge pull request #13 from js-ish/feat-kubeapply-add-vc-job
Browse files Browse the repository at this point in the history
fix: kubeapply add vc job
  • Loading branch information
origyZ authored Jul 8, 2023
2 parents 6fb891c + ec5ce1d commit 05b45e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubectl/kubeapply
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ apply_one() {
else
kubectl delete --ignore-not-found=true job/$name -n $ns
yq e -i ".spec.template.spec.containers[0].image |= strenv(IMAGE_TAG)" $1
fi
fi
kubectl apply -f $1
}
Expand Down

0 comments on commit 05b45e1

Please sign in to comment.