From 02ddd802809437ba7ce23343929cfffaa4079e87 Mon Sep 17 00:00:00 2001 From: irti Date: Wed, 28 Aug 2019 18:57:25 +0500 Subject: [PATCH] [add-info-for-manifest-issue] update the README.md by adding the info to replace the RELEASE-NAME with a proper value --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e5c214..8e12a300 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,10 @@ You can deploy Reloader by following methods: ### Vanilla Manifests -You can apply vanilla manifests by running the following command +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 -kubectl apply -f https://raw.githubusercontent.com/stakater/Reloader/master/deployments/kubernetes/reloader.yaml +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 - ``` By default Reloader gets deployed in `default` namespace and watches changes `secrets` and `configmaps` in all namespaces.