mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-05 17:50:38 +00:00
reverted changes from previous commit
This commit is contained in:
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: donetick
|
name: donetick
|
||||||
description: Donetick helm chart for Kubernetes
|
description: Donetick helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.5
|
version: 1.0.6
|
||||||
appVersion: "v0.1.60"
|
appVersion: "v0.1.60"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Richard Tomik
|
- name: Richard Tomik
|
||||||
|
|||||||
@ -37,9 +37,11 @@ data:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
jwt:
|
jwt:
|
||||||
# Placeholder value - actual secret injected via DT_JWT_SECRET env var
|
{{- if .Values.config.jwt.existingSecret }}
|
||||||
# This placeholder is required for environment variable overrides to work
|
# Secret will be injected from Secret
|
||||||
secret: "placeholder"
|
{{- else }}
|
||||||
|
secret: {{ .Values.config.jwt.secret | quote }}
|
||||||
|
{{- end }}
|
||||||
session_time: {{ .Values.config.jwt.session_time | quote }}
|
session_time: {{ .Values.config.jwt.session_time | quote }}
|
||||||
max_refresh: {{ .Values.config.jwt.max_refresh | quote }}
|
max_refresh: {{ .Values.config.jwt.max_refresh | quote }}
|
||||||
server:
|
server:
|
||||||
|
|||||||
Reference in New Issue
Block a user