Skip to content

BestChinchilla/fluxcd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluxcd

Important

Use this repository as a template for your own FluxCD cluster setup!!!

Install

Subsitute the variables with your own

flux bootstrap github \
    --owner $OWNER \
    --repository $REPOSITORY \
    --branch $BRANCH \
    --path ./clusters/$CLUSTER \
    --components-extra='image-reflector-controller,image-automation-controller' \
    --read-write-key

Example:

flux bootstrap github \
    --owner BestChinchilla \
    --repository fluxcd-example \
    --branch main \
    --path ./clusters/k3s \
    --components-extra='image-reflector-controller,image-automation-controller' \
    --read-write-key

About

FluxCD project structure example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published