Skip to content

Commit

Permalink
[DSD-6742] Updated Env variables in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ckm007 <[email protected]>
  • Loading branch information
ckm007 committed Dec 11, 2024
1 parent 575566a commit e22c654
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,26 @@ extraEnvVars: |
secretKeyRef:
name: keycloak-client-secrets
key: mosip_signup_client_secret
- name: MOSIP_SIGNUP_IDENTIFIER_MAX_LENGTH
value: '10'
- name: MOSIP_SIGNUP_MOCK_MANDATORY_ATTRIBUTES_CREATE
value: fullName,phone,password,preferredLang
- name: MOSIP_SIGNUP_MOCK_USERNAME_FIELD
value: phone
- name: MOSIP_SIGNUP_MOCK_LANG-BASED_ATTRIBUTES
value: fullName
- name: MOSIP_SIGNUP_SUPPORTED_LANGUAGES
value: '{''eng'',''khm''}'
- name: MOSIP_SIGNUP_IDENTIFIER_REGEX
value: ^\+855[1-9]\d{7,8}$
- name: MOSIP_SIGNUP_FULLNAME_PATTERN
value: ^[\u1780-\u17FF\u19E0-\u19FF\u1A00-\u1A9F\u0020]{1,30}$
- name: MOSIP_SIGNUP_UI_CONFIG_KEY_VALUES_FULLNAME_ALLOWED_CHARACTERS
value: ^[\u1780-\u17FF\u19E0-\u19FF\u1A00-\u1A9F\u0020]
- name: KAFKA_CONSUMER_GROUP_ID
value: mock-signup-idv-kafka
- name: MOSIP_SIGNUP_IDENTIFIER_PREFIX
value: '+855'
## ConfigMap with extra environment variables that used
##
Expand Down

0 comments on commit e22c654

Please sign in to comment.