From 7eda7017c12a387b4c69ce0e4e024ff74dc3e0b7 Mon Sep 17 00:00:00 2001 From: Chris Boot Date: Sun, 4 Aug 2019 14:46:25 +0100 Subject: [PATCH] Add a link to my Helm chart for Kubernetes I've written and will continue to maintain a Helm chart to aid in deploying NetBox on Kubernetes. This adds a link to the README file so that people who may be interested in it can find it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04b2ff830..b300fc828 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ and run `upgrade.sh`. * [Docker container](https://github.com/netbox-community/netbox-docker) (via [@cimnine](https://github.com/cimnine)) * [Vagrant deployment](https://github.com/ryanmerolle/netbox-vagrant) (via [@ryanmerolle](https://github.com/ryanmerolle)) * [Ansible deployment](https://github.com/lae/ansible-role-netbox) (via [@lae](https://github.com/lae)) +* [Kubernetes Helm chart](https://github.com/bootc/netbox-chart) (via [@bootc](https://github.com/bootc)) # Related projects