Skip to content

Commit

Permalink
Merge pull request #329 from pramod444/1.2.0.1-DSD-1950
Browse files Browse the repository at this point in the history
[DSD-1950]  Updated _overides.tpl script for resident captcha.
  • Loading branch information
ckm007 authored Jan 6, 2023
2 parents cad8844 + 59b3e35 commit f07c0a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions charts/config-server/templates/_overides.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,18 @@ All env variables that are accessed from mosip config properties
name: {{ .Values.overrides.secrets.captcha }}
key: prereg-captcha-secret-key

- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_RESIDENT_CAPTCHA_SITE_KEY
valueFrom:
secretKeyRef:
name: {{ .Values.overrides.secrets.captcha }}
key: resident-captcha-site-key

- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_RESIDENT_CAPTCHA_SECRET_KEY
valueFrom:
secretKeyRef:
name: {{ .Values.overrides.secrets.captcha }}
key: resident-captcha-secret-key

- name: SPRING_CLOUD_CONFIG_SERVER_OVERRIDES_MPARTNER_DEFAULT_MOBILE_SECRET
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion charts/config-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ overrides:
activemq: activemq-activemq-artemis
s3: s3
email: email-gateway
captcha: prereg-captcha
captcha: mosip-captcha
confSecretsVarious: conf-secrets-various
configmaps:
keycloakHost: keycloak-host
Expand Down

0 comments on commit f07c0a8

Please sign in to comment.