Skip to content

Commit a5c53bf

Browse files
committed
fix secret encoding
1 parent 3e2d1e6 commit a5c53bf

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

charts/gradle-cache/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gradle-cache
33
description: |-
44
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
55
type: application
6-
version: 0.1.0
6+
version: 0.1.1
77
appVersion: "11.0"
88
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
99
icon: https://gradle.org/icon/favicon-32x32.png

charts/gradle-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gradle-cache
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-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)
3+
![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)
44

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

charts/gradle-cache/templates/secret.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ metadata:
66
labels:
77
{{- include "gradle-cache.labels" . | nindent 4 }}
88
data:
9-
config.yaml: |-
10-
{{ .Values.configSecret.content | nindent 4 }}
9+
config.yaml: {{ .Values.configSecret.content | b64enc | quote }}

0 commit comments

Comments
 (0)