This guide will help you to set up the SockShop infrastructure including a GitOps-pipeline.
To install Flux with all needed components run:
flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --owner=<<User/Organisation name>> --repository=<<GitHub repository name>> --path=<<PATH>> --branch=<<BRANCH>>
Example:
flux bootstrap github --components-extra=image-reflector-controller,image-automation-controller --owner=Siar-Akbayin --repository=sock-shop-infrastructure --path=./ --branch=master