Skip to content

Commit 414235c

Browse files
use stringData
1 parent d7b79d4 commit 414235c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

itscontained/jetbrains-projector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Projector is a technology to run and access Swing GUI applications remotely
33
name: jetbrains-projector
4-
version: 1.0.0-RC4
4+
version: 1.0.0-RC5
55
kubeVersion: ">=1.16.0-0"
66
keywords:
77
- jetbrains

itscontained/jetbrains-projector/templates/secret.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
name: {{ template "common.names.fullname" . }}-secrets
66
labels:
77
{{- include "common.labels" . | nindent 4 }}
8-
data:
8+
stringData:
99
{{ .Values.sslGen.properties.key }}: |
1010
STORE_TYPE=JKS
1111
FILE_PATH={{ .Values.sslGen.jks.dest }}
1212
STORE_PASSWORD=k8s@home
1313
KEY_PASSWORD=k8s@home
14-
{{- end -}}
14+
{{ end }}

0 commit comments

Comments
 (0)