Skip to content

Commit c9e3eab

Browse files
committed
Update README
1 parent 45c4d78 commit c9e3eab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Flux v2 Install with Terraform
1+
# Install Flux v2 with Terraform
22

33
This Terraform module is (almost) the equivalent of using the Flux CLI to install Flux v2 in to your Kubernetes cluster.
44

5-
This module was mostly generated from the output of Flux CLI, using the command `flux install --export > flux-system.yaml`. From there, the multi-doc yaml file that the Flux CLI produces was converted into individual yaml files using [mogensen/kubernetes-split-yaml](https://github.com/mogensen/kubernetes-split-yaml). Finally the yaml files were converted to HCL using [jrhouston/tfk8s](https://github.com/jrhouston/tfk8s).
6-
7-
Variables were still done by hand, unfortunately.
5+
This module was mostly generated from the output of Flux CLI, using the command `flux install --export > flux-system.yaml`. From there, the multi-doc yaml file that the Flux CLI produces was converted into individual yaml files using [mogensen/kubernetes-split-yaml](https://github.com/mogensen/kubernetes-split-yaml). Finally the yaml files were converted to HCL using [jrhouston/tfk8s](https://github.com/jrhouston/tfk8s). Variables were still done by hand.
86

97
## Usage
108

0 commit comments

Comments
 (0)