1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-20 05:01:52 +00:00

Improved flux title fields

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-26 11:42:49 +12:00
parent 398003f477
commit a2aea6a606
2 changed files with 7 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
---
description: Kubernetes Flux deployment strategy - Operation
title: Using fluxcd/fluxv2 to "GitOps" multiple helm charts from a single repository
description: Having described a installation and design pattern for fluxcd/fluxv2, this page describes how to _use_ and extend the design to manage multilpe helm releases in your cluster, from a single repository.
---
# Operation
# Operate fluxcd/fluxv2 from a single repository
Having described [how to install flux](/kubernetes/deployment/flux/install/), and [how our flux deployment design works](/kubernetes/deployment/flux/design/), let's finish by exploring how to **use** flux to deploy helm charts into a cluster!