From 5fb1a8b5ef4d37392bb28d6cd7e9a8b3d5d713df Mon Sep 17 00:00:00 2001 From: irti Date: Wed, 9 Oct 2019 12:17:32 +0500 Subject: [PATCH] [fix-vanilla-manifest-usage-guideline] update the vanilla manifest usage guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e12a30..0917926 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ You can deploy Reloader by following methods: You can apply vanilla manifests by changing `RELEASE-NAME` placeholder provided in manifest with a proper value and apply it by running the command given below: ```bash -curl https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml | sed 's/RELEASE-NAME-//g' |sed 's/RELEASE-NAME/v0.0.40/g'|kubectl apply -f - +kubectl apply -f https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml ``` By default Reloader gets deployed in `default` namespace and watches changes `secrets` and `configmaps` in all namespaces.