Skip to content

Commit 845664d

Browse files
authored
fix: remove conditional basicAuth secret reference from admin deployment (#20)
1 parent 1585576 commit 845664d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infrastructure/rag/templates/frontend/admin-deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ spec:
4747
envFrom:
4848
- configMapRef:
4949
name: {{ template "configmap.frontendName" . }}
50-
{{- if .Values.shared.config.basicAuth.enabled }}
5150
- secretRef:
5251
name: "vite-auth"
53-
{{- end }}
5452
{{- if .Values.shared.imagePullSecret }}
5553
imagePullSecrets:
5654
- name: {{ .Values.shared.imagePullSecret.name }}

0 commit comments

Comments
 (0)