Skip to content

Commit

Permalink
Merge pull request #113 from jglick/docs-helm
Browse files Browse the repository at this point in the history
Mention the Helm chart in deployment docs
  • Loading branch information
k8s-ci-robot committed Jan 20, 2023
2 parents 804aea1 + f39555b commit 1978397
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1978397

Please sign in to comment.