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