Skip to content

Commit

Permalink
chore(helm/cf-discord-wallet-verification-bot): added BACKEND_BASIC_A…
Browse files Browse the repository at this point in the history
…UTH_ENABLED env var
  • Loading branch information
rcmorano committed Aug 7, 2024
1 parent e6d2568 commit 7341369
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
key: VERIFIED_ROLE_ID
- name: BACKEND_BASE_URL
value: {{ tpl .Values.backendBaseUrl . }}
- name: BACKEND_BASIC_AUTH_ENABLED
value: {{ .Values.backendBasicAuthEnabled | default "true" | quote }}
- name: BACKEND_BASIC_AUTH_USER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 7341369

Please sign in to comment.