Skip to content

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

gitops

A collection of kustomized gitops manifests

export env=dev
az k8s-configuration flux create \
-g aks --cluster-name master --name flux-${env} --cluster-type managedClusters --sync-interval 30s --ns cluster-config -s cluster \
-u https://github.com/LovelaceEngineering/gitops.git --branch main \
-k name=infra path=./src/gitops/clusters/${env}/infra prune=true sync_interval=30s \
-k name=apps path=./src/gitops/clusters/${env}/apps prune=true sync_interval=30s dependsOn=infra

About

A collection of kustomized gitops manifests

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors