[Demo with Importer] Add new flag for Flux controllers #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Overview
This adds a dummy flag of
--new-common-flag
for all the Flux controllers. This uses Importer template, and each controller has a dedicated YAML file.Importer Details
You can find more in #5
Setup Details
Service Based Configuration
I have broken up the Flux installation spec into several files based on services.
importer generate
and.gitattributes
With
importer generate
command, you can use Importer to create a separate file rather than updating the file in place. The generated file only would only have changes defined in the imported files, and thus you could introduce.gitattributes
file to mark that the file is auto-generated.This repository has
.gitattributes
defining that*.gen.yaml
would be considered as a generated file, and thus you will see the noteSome generated files are not rendered by default
in the diff view.