Skip to content

Commit

Permalink
Defined new env. variable for dummy email domain
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Dec 1, 2022
1 parent bd42182 commit 981034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/userservice/userservice-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data:
VIDEOCHAT_E2E-ENCRYPTION-ENABLED: {{ .Values.videochatE2eEncryptionEnabled | default "false" | quote }}
IDENTITY_DISPLAY_NAME_ALLOWED_FOR_CONSULTANTS: {{ .Values.displayNameAllowedForConsultants | default "false" | quote }}
USER_ACCOUNT_DELETEWORKFLOW_CRON: {{ .Values.userAccountDeleteWorkflowCron | default "0 0 7 * * ?" | quote }}
IDENTITY_EMAIL-DUMMY-SUFFIX: "{{ .Values.identityEmailDummySuffix }}"
IDENTITY_EMAIL-DUMMY-SUFFIX: {{ .Values.identityEmailDummySuffix | quote }}

kind: ConfigMap
metadata:
Expand Down

0 comments on commit 981034d

Please sign in to comment.