Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Exclude Helm manifests in get-started guide #1902

Merged
merged 1 commit into from
Apr 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ spec:
# replace or remove the following URL
- --git-url=git@github.com:weaveworks/flux-get-started
- --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-paths=subdir1,subdir2

# include these next two to connect to an "upstream" service
# (e.g., Weave Cloud). The token is particular to the service.
Expand Down
8 changes: 6 additions & 2 deletions site/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ $EDITOR deploy/flux-deployment.yaml
In our example we are going to use
[flux-get-started](https://github.com/weaveworks/flux-get-started). If you
want to use that too, be sure to create a fork of it on GitHub and
add the git URL to the config file above.
add the git URL to the config file above. After that, set the `--git-path`
flag to `--git-path=namespaces,workloads`, this is meant to exclude Helm
manifests. Again, if you want to get started with Helm, please refer to the
[Helm section](./helm-get-started.md).

## Deploying Flux to the cluster

Expand Down Expand Up @@ -146,4 +149,5 @@ very straight-forward and are a quite natural work-flow.
As a next step, you might want to dive deeper into [how to
control Flux](./fluxctl.md), check out [more sophisticated
setups](./standalone-setup.md) or go through our hands-on
tutorial about driving Flux, e.g. [automations, annotations and locks](annotations-tutorial.md).
tutorial about driving Flux, e.g.
[automations, annotations and locks](annotations-tutorial.md).