Skip to content

Commit

Permalink
apply tpl function for secretKeyRef section of envSecret vars (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Ihar Filimonau <[email protected]>
  • Loading branch information
begemotik and Ihar Filimonau authored Jan 30, 2024
1 parent b748575 commit 35be9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/centrifugo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: centrifugo
description: Centrifugo is a scalable real-time messaging server in language-agnostic way
version: 11.5.0
version: 11.6.0
appVersion: 5.2.2
home: https://centrifugal.dev
icon: https://centrifugal.dev/img/favicon.png
Expand Down
2 changes: 1 addition & 1 deletion charts/centrifugo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
- name: {{ .name }}
valueFrom:
secretKeyRef:
{{- toYaml .secretKeyRef | nindent 18 }}
{{- tpl (toYaml .secretKeyRef) $ | nindent 18 }}
{{- end }}
{{- range $key, $value := .Values.env }}
- name: {{ $key }}
Expand Down

0 comments on commit 35be9a4

Please sign in to comment.