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.33.0
3+ appVersion : 1.33.1
44description : hull-vidispine-addon
55name : hull-vidispine-addon
6- version : 1.33.0
6+ version : 1.33.1
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments