Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
61ac81c4
Unverified
Commit
61ac81c4
authored
4 years ago
by
Stefan Prodan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #534 from fluxcd/docs-bootstrap
Specify where to place Kubernetes manifests after bootstrap
parents
e3d6461a
bd05a817
Branches
Branches containing commit
Tags
25.63.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/guides/installation.md
+5
-0
5 additions, 0 deletions
docs/guides/installation.md
with
5 additions
and
0 deletions
docs/guides/installation.md
+
5
−
0
View file @
61ac81c4
...
...
@@ -84,12 +84,17 @@ cluster e.g. `clusters/staging` and `clusters/production`:
└── flux-system
```
After running bootstrap you can place Kubernetes YAMLs inside a dir under path
e.g.
`clusters/staging/my-app`
, and Flux will reconcile them on your cluster.
!!! hint "Change the default branch"
If you wish to change the branch to something else than main, create the repository manually,
push a branch to origin and then use
`flux bootstrap <GIT-PROVIDER> --branch=your-branch`
.
For examples on how you can structure your Git repository see:
*
[
flux2-kustomize-helm-example
](
https://github.com/fluxcd/flux2-kustomize-helm-example
)
*
[
flux2-multi-tenancy
](
https://github.com/fluxcd/flux2-multi-tenancy
)
### GitHub and GitHub Enterprise
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment