Skip to content

Commit

Permalink
fix(charts/git-cdn): fix helm chart yaml style issues
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Dec 4, 2023
1 parent 953de02 commit c3d36b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/git-cdn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: git-cdn
description: |
description: |
It's a git mirror that you can place near your CI workers and developers.
It acts as a git+http(s) proxy, reducing WAN usage and accelerating git
It acts as a git+http(s) proxy, reducing WAN usage and accelerating git
access for large repositories.
# A chart can be either an 'application' or a 'library' chart.
Expand Down
3 changes: 2 additions & 1 deletion charts/git-cdn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ affinity: {}
configuration:
GITSERVER_UPSTREAM: https://github.com
PACK_CACHE_SIZE_GB: 20
WORKING_DIRECTORY: /data # directory where to put cache files
# directory where to put cache files
WORKING_DIRECTORY: /data

0 comments on commit c3d36b5

Please sign in to comment.