Skip to content

Commit

Permalink
allow endpoint which test is using
Browse files Browse the repository at this point in the history
  • Loading branch information
egid-fertal-inno committed Sep 12, 2024
1 parent e4887aa commit 0646a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/auth-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ spec:
value: "http://0.0.0.0"
- name: "Hosting__Port"
value: {{ .Values.authApi.containerPort | quote }}
- name: "Totp__QrCodeImageEndpointEnabled"
value: "true"
resources:
{{- toYaml .Values.authApi.resources | nindent 10 }}
volumeMounts:
Expand Down

0 comments on commit 0646a6f

Please sign in to comment.