gitops: flux use kustomize

This commit is contained in:
Guilhem Lettron
2020-04-29 21:56:31 +02:00
parent 57af933c2d
commit a772fff88e

View File

@@ -83,7 +83,7 @@
---
## Setting up Flux
## Setting up Flux with kustomize
- Clone the Flux repository:
```bash
@@ -101,7 +101,7 @@
- Apply all the YAML:
```bash
kubectl apply -f deploy/
kubectl apply -k deploy/
```
---