Skip to content

Commit 12e2043

Browse files
committed
remove dryrun from previous PR (sourcegraph#590)
1 parent 6b20b4a commit 12e2043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl-apply-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply () {
1616

1717
local FILES=`find ${DIR} -name "*.yaml" \( ! -name kustomization.yaml \) | tr "\n" "," | sed 's/,$/ /' | tr " " "\n"`
1818

19-
kubectl apply --prune -l deploy=${LABEL} -f ${FILES} --dry-run
19+
kubectl apply --prune -l deploy=${LABEL} -f ${FILES}
2020
}
2121

2222
apply base sourcegraph

0 commit comments

Comments
 (0)