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

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: stefanprodan <stefan.prodan@gmail.com>
  • Loading branch information
squaremo and stefanprodan authored Nov 19, 2018
1 parent 82569d8 commit e25f014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ until it can find one.

# Git repo

- One repo containing desired release state information and Charts themselves.
- Charts are co-located under another path or can be referenced from Helm repositories.
- One repo containing cluster config (i.e., Kubernetes YAMLs) and zero or more git repos containing Charts themselves.
- Charts can be co-located with config in the git repo, or be from Helm repositories.
- Custom Resource namespace reflects where the release should be done.
Both the Helm release and its corresponding Custom Resource will
live in this namespace.
Expand Down
2 changes: 1 addition & 1 deletion site/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ You need to use the `helm delete --purge` option only then Flux will be able rei

### I've uninstalled Flux and all my Helm releases are gone. Why is that?

On `FluxHelmRelease` CRD deletion, Kubernetes will remove all `HelmRelease` CRs triggering a Helm purge for each release created by Flux.
On `HelmRelease` CRD deletion, Kubernetes will remove all `HelmRelease` resources triggering a Helm purge for each release created by Flux.
To avoid this you have to manually delete the Flux Helm Operator with `kubectl -n flux delete deployment/flux-helm-operator` before running `helm delete flux`.

### I have a dedicated Kubernetes cluster per environment and I want to use the same Git repo for all. How can I do that?
Expand Down

0 comments on commit e25f014

Please sign in to comment.