Skip to content

Commit 41a74e1

Browse files
yardenc2003nineinchnick
authored andcommitted
Improve trino-gateway-configuration secret consistency.
1 parent 7a96300 commit 41a74e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/gateway/templates/secrets.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
apiVersion: v1
22
kind: Secret
33
metadata:
4-
name: {{ include "trino-gateway.fullname" . }}-configuration
4+
name: {{ include "trino-gateway.fullname" . }}-configuration
5+
labels:
6+
{{- include "trino-gateway.labels" . | nindent 4 }}
57
type: "Opaque"
68
data:
7-
config.yaml: "{{toYaml .Values.config | b64enc}}"
9+
config.yaml: {{ .Values.config | toYaml | b64enc | quote }}

0 commit comments

Comments
 (0)