Skip to content

Commit 89af094

Browse files
authored
Fix secret data encoding (#18)
1 parent f8e7c88 commit 89af094

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/azdo-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: azdo-proxy
33
description: A Helm chart for azdo-proxy
44
type: application
5-
version: v0.3.3
6-
appVersion: v0.3.3
5+
version: v0.3.4
6+
appVersion: v0.3.4

charts/azdo-proxy/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
labels:
66
{{- include "azdo-proxy.labels" . | nindent 4 }}
77
data:
8-
config.json: {{ required "Config has to be set." .Values.config }}
8+
config.json: {{ required "Config has to be set." .Values.config | b64enc }}

0 commit comments

Comments
 (0)