Skip to content

Commit

Permalink
fix config mounter
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Dec 30, 2021
1 parent a5c53bf commit a10a4cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gradle-cache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: gradle-cache
description: |-
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
type: application
version: 0.1.1
version: 0.1.2
appVersion: "11.0"
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
icon: https://gradle.org/icon/favicon-32x32.png
Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gradle-cache

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0](https://img.shields.io/badge/AppVersion-11.0-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0](https://img.shields.io/badge/AppVersion-11.0-informational?style=flat-square)

Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).

Expand Down
2 changes: 1 addition & 1 deletion charts/gradle-cache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
command:
- sh
- -ce
- cp /tmp/config.yaml /data/conf/config.yaml
- mkdir -p /data/conf/ && cp /tmp/config.yaml /data/conf/config.yaml
volumeMounts:
- name: tmp-build-cache-config-file
mountPath: /tmp
Expand Down

0 comments on commit a10a4cf

Please sign in to comment.