From da7e17c1de245486ecffb54406f56e4b70eefabf Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Wed, 3 Jun 2020 14:55:30 +0200 Subject: [PATCH] docs: add link to Helm Operator documentation --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8ba9afc3f..d9fc389b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,7 +47,6 @@ nav: - Garbage collection: references/garbagecollection.md - Git commit signing and verification: references/git-gpg.md - Automated deployment of new container images: references/automated-image-update.md - - Integration with the Helm Operator: references/helm-operator-integration.md - Monitoring Flux: references/monitoring.md - Guides: - Providing your own SSH key: guides/provide-own-ssh-key.md @@ -60,6 +59,9 @@ nav: - Get started using Helm: tutorials/get-started-helm.md - How to bootstrap Flux using Kustomize: tutorials/get-started-kustomize.md - Automations, locks and annotations: tutorials/driving-flux.md + - Helm Operator: + - Documentation: https://docs.fluxcd.io/projects/helm-operator/en/stable/ + - Flux integration: references/helm-operator-integration.md - Frequently asked questions: faq.md - Troubleshooting: troubleshooting.md - Contributing: