File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Basic chart description and version
22apiVersion : v1
3- appVersion : 1.31 .0
3+ appVersion : 1.32 .0
44description : hull-vidispine-addon
55name : hull-vidispine-addon
6- version : 1.31.2
6+ version : 1.32.0
Original file line number Diff line number Diff line change @@ -861,6 +861,24 @@ etcssl:
861861 key: " CLIENT_{{ regexReplaceAll " -" ($component | upper) " _" }}_SECRET"
862862{{ end }}
863863{{ if (index $parent .Values.hull.config.specific.components $component ).database }}
864+ 'DBUSER':
865+ valueFrom:
866+ secretKeyRef:
867+ name: auth
868+ key: AUTH_BASIC_DATABASE_USERNAME
869+ optional: true
870+ 'DBPASSWORD':
871+ valueFrom:
872+ secretKeyRef:
873+ name: auth
874+ key: AUTH_BASIC_DATABASE_PASSWORD
875+ optional: true
876+ 'DBNAME':
877+ valueFrom:
878+ secretKeyRef:
879+ name: auth
880+ key: AUTH_BASIC_DATABASE_NAME
881+ optional: true
864882'DBUSERPOSTFIX':
865883 valueFrom:
866884 secretKeyRef:
You can’t perform that action at this time.
0 commit comments