Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 70f7ac3

Browse files
authored
remove dryrun from previous PR (#590)
1 parent a6f6c4f commit 70f7ac3

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)