We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e7c88 commit 89af094Copy full SHA for 89af094
charts/azdo-proxy/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: azdo-proxy
3
description: A Helm chart for azdo-proxy
4
type: application
5
-version: v0.3.3
6
-appVersion: v0.3.3
+version: v0.3.4
+appVersion: v0.3.4
charts/azdo-proxy/templates/secret.yaml
@@ -5,4 +5,4 @@ metadata:
labels:
{{- include "azdo-proxy.labels" . | nindent 4 }}
7
data:
8
- config.json: {{ required "Config has to be set." .Values.config }}
+ config.json: {{ required "Config has to be set." .Values.config | b64enc }}
0 commit comments