Skip to content

Commit 73f5bcb

Browse files
committed
Minor changes in Readme
1 parent 6d94501 commit 73f5bcb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Or if you want to chat with us about gitops in general, visit us [here](https://
3333
- [Deployment](#deployment)
3434
- [Plain k8s deployment](#plain-k8s-deployment)
3535
- [Helm deployment](#helm-deployment)
36+
- [Helm Chart from Helm Repository](#helm-chart-from-helm-repository)
37+
- [Helm Chart from Git Repository](#helm-chart-from-git-repository)
38+
- [Local Helm Chart ](#local-helm-chart)
3639
- [Conventions for helm deployment](#conventions-for-helm-deployment)
3740
- [`helm template` with ArgoCD application](#helm-template-with-argocd-application)
3841
- [Folder Structure in destination gitops repository](#folder-structure-in-destination-gitops-repository)
@@ -615,8 +618,8 @@ git client checkout the default branch given within the HEADs meta information.
615618
it checks out the given version as expected.
616619

617620
#### Local Helm Chart
618-
The `repoType: LOCAL` can be used if you store the helm repository locally, i.e. in your Git Repository. A common
619-
pattern used in this context would be the "Umbrella pattern".
621+
The `repoType: LOCAL` can be used if you store the helm repository locally, i.e. in the same Git Repository where your Jenkins Job runs from.
622+
A common pattern used in this context would be the "Umbrella pattern".
620623

621624
```groovy
622625
def gitopsConfig = [

0 commit comments

Comments
 (0)