November 2019
Intermediate to advanced
408 pages
9h 56m
English
We will prepare a Flux system, which will help us keep track of our Git configuration. We prepared one based on the Flux example in this repo (https://github.com/fluxcd/flux/tree/master/deploy), and it's available in the Chapter08/flux subdirectory.
The main file is flux-deployment.yaml. Most of it is commented boilerplate, but take a look at the definition of the repo to pull from:
# Replace the following URL to change the Git repository used by Flux.- --git-url=git@github.com:PacktPublishing/Hands-On-Docker-for-Microservices-with-Python.git- --git-branch=master# Include this if you want to restrict the manifests considered by flux# to those under the following relative paths in the git repository- --git-path=Chapter08/example ...
Read now
Unlock full access