Skip to content

Commit

Permalink
Helm Chart esignet: fixed captcha env var
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Jul 3, 2024
1 parent 5461985 commit 91fc031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ envVars:
mosip_esignet_captcha_required: >-
{{ .Values.captchaEnabled | ternary "send-otp,pwd" "" }}
mosip_esignet_captcha_required_authFactors: >-
{{ .Values.captchaEnabled | ternary "{'PWD'}" "{}" }}
{{ .Values.captchaEnabled | ternary "{\"PWD\"}" "{}" }}
mosip_esignet_sendOtp_captchaRequired: >-
{{ .Values.captchaEnabled | ternary "true" "false" }}
esignet_captcha_site_key: ''
Expand Down

0 comments on commit 91fc031

Please sign in to comment.