Skip to content

Commit ed634c1

Browse files
committed
Merge branch 'master' into release-1.33
2 parents 205f106 + b3b7c03 commit ed634c1

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

hull-vidispine-addon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic chart description and version
22
apiVersion: v1
3-
appVersion: 1.33.0
3+
appVersion: 1.33.1
44
description: hull-vidispine-addon
55
name: hull-vidispine-addon
6-
version: 1.33.0
6+
version: 1.33.1

hull-vidispine-addon/templates/_library.tpl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,24 @@ etcssl:
863863
key: "CLIENT_{{ regexReplaceAll "-" ($component | upper) "_" }}_SECRET"
864864
{{ end }}
865865
{{ if (index $parent.Values.hull.config.specific.components $component).database }}
866+
'DBUSER':
867+
valueFrom:
868+
secretKeyRef:
869+
name: auth
870+
key: AUTH_BASIC_DATABASE_USERNAME
871+
optional: true
872+
'DBPASSWORD':
873+
valueFrom:
874+
secretKeyRef:
875+
name: auth
876+
key: AUTH_BASIC_DATABASE_PASSWORD
877+
optional: true
878+
'DBNAME':
879+
valueFrom:
880+
secretKeyRef:
881+
name: auth
882+
key: AUTH_BASIC_DATABASE_NAME
883+
optional: true
866884
'DBUSERPOSTFIX':
867885
valueFrom:
868886
secretKeyRef:

0 commit comments

Comments
 (0)