From f39555bb5aba5ead0ac6ddae9ddc16a1d218ccc1 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 21 Nov 2022 15:21:45 -0500 Subject: [PATCH] Mention the Helm chart in deployment docs --- docs/deployment.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployment.md b/docs/deployment.md index 1a9c52be..5fdd9074 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -1,5 +1,10 @@ # Deployment +## Via Helm + +The easiest way to deploy this tool is via its Helm chart. +See [chart documentation](../charts/nfs-server-provisioner/README.md) for details. + ## Getting the provisioner image To get the Docker image onto the machine where you want to run `nfs-ganesha-server-and-external-provisioner`, you can either build it or pull the newest release from GCR. You may use the unstable `canary` tag if you wish, but all the example yamls reference the newest versioned release tag.