add option to set ontime password
This commit is contained in:
@@ -3,4 +3,4 @@ appVersion: v4.0.1
|
||||
description: A Helm chart for Kubernetes
|
||||
name: stage
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 1.1.0
|
||||
|
||||
@@ -37,6 +37,10 @@ spec:
|
||||
env:
|
||||
- name: ROUTER_PREFIX
|
||||
value: {{ .Values.ontime.prefix | quote}}
|
||||
{{- with .Values.ontime.password }}
|
||||
- name: SESSION_PASSWORD
|
||||
value: {{ . | quote }}
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.port }}
|
||||
|
||||
@@ -6,6 +6,7 @@ replicaCount: 1
|
||||
ontime:
|
||||
version: 4.0.2
|
||||
prefix: ""
|
||||
# password: "password"
|
||||
|
||||
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user