We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fd466 commit 37b460aCopy full SHA for 37b460a
kubectl-apply-all.sh
@@ -5,6 +5,10 @@
5
# This file should be run:
6
# * When the cluster is first created
7
# * Whenever the configuration for any resource has been updated
8
-
+#
9
+# The --prune flag is destructive and should always be used
10
+# in conjunction with -f base and -l deploy=sourcegraph. Otherwise, it will delete all resources
11
+# previously created by create or apply that are not specified in the command.
12
13
# Apply the base Soucegraph deployment
14
kubectl apply --prune -l deploy=sourcegraph -f base --recursive $@
0 commit comments