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 d83e409 commit 56bdeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/userservice/userservice-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ spec:
valueFrom:
configMapKeyRef:
key: IDENTITY_EMAIL-DUMMY-SUFFIX
name: userservice-{{ .Release.Name }}-env
image: {{ .Values.userServiceImageName }}:{{ .Values.userServiceImageVersion }}
name: userservice
ports:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ askerImportWelcomeMessageFilename: "import/welcome_consulting_type_[ConsultingTy
askerImportWelcomeMessageFilenameReplaceValue: "[ConsultingType]"
userServiceSpringProfilesActive: "dev"
userServiceKeycloakResource: "user-service"
identityEmailDummySuffix: "onlineberatung.net"
identityEmailDummySuffix: "@onlineberatung.net"
firebaseConfigurationCredentialsFilePath: "/firebase/firebase-credentials.json"
firebaseConfigurationNotificationMessage: "Du hast eine neue Nachricht erhalten"
userAnonymousDeleteworkflowCron: "* * * * * ?"
Expand Down

0 comments on commit 56bdeef

Please sign in to comment.