Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 592 Bytes

Setup Guide

This guide will help you to set up the SockShop infrastructure including a GitOps-pipeline.

Install Flux on your cluster

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