File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : edgedb
33description : A Helm chart for self hosting EdgeDB
44type : application
5- version : 0.1.44
5+ version : 0.1.5
66appVersion : " 5.6"
Original file line number Diff line number Diff line change 8989 - name : EDGEDB_SERVER_PASSWORD
9090 valueFrom :
9191 secretKeyRef :
92+ {{- if .Values.security.password }}
93+ name : {{ .Values.security.password.secret }}
94+ key : {{ .Values.security.password.key }}
95+ {{- else }}
9296 name : {{ include "edgedb.fullname" . }}-server-password
9397 key : password
98+ {{- end }}
9499 {{- with .Values.env }}
95100 {{- toYaml . | nindent 8 }}
96101 {{- end }}
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ storage:
1717 enabled : true
1818 className : " local-path"
1919 storage : " 10Gi"
20+
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ affinity: {}
1212replicas : 1
1313
1414security :
15+ # password:
16+ # secret: ""
17+ # key: ""
1518 tls :
1619 enabled : false
1720 # Provide the template for a cert-manager certificate
You can’t perform that action at this time.
0 commit comments