Skip to content

Commit

Permalink
fix secret encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Dec 30, 2021
1 parent 3e2d1e6 commit a5c53bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.0
version: 0.1.1
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.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)
![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)

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

Expand Down
3 changes: 1 addition & 2 deletions charts/gradle-cache/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ metadata:
labels:
{{- include "gradle-cache.labels" . | nindent 4 }}
data:
config.yaml: |-
{{ .Values.configSecret.content | nindent 4 }}
config.yaml: {{ .Values.configSecret.content | b64enc | quote }}

0 comments on commit a5c53bf

Please sign in to comment.