feat: update Helm chart for FastAPI authentication with dashboard password support
This commit is contained in:
11
helm/templates/secret.yaml
Normal file
11
helm/templates/secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{- if .Values.dashboardPassword }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "krawl.fullname" . }}-dashboard
|
||||
labels:
|
||||
{{- include "krawl.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
dashboard-password: {{ .Values.dashboardPassword | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user