Skip to content

Commit

Permalink
Merge pull request #437 from VSIVAKALYAN/develop
Browse files Browse the repository at this point in the history
[MOSIP-37815] Added New Config as User input
  • Loading branch information
ase-101 authored Nov 29, 2024
2 parents a31441f + 9d0b3bc commit 56b7caa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/signup-service/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ function installing_signup() {
fi
done


echo Installing signup
helm -n $NS install signup mosip/signup \
-f values.yaml --version $CHART_VERSION $ENABLE_INSECURE $plugin_option \
Expand Down
2 changes: 2 additions & 0 deletions helm/signup-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ spec:
env:
- name: container_user
value: {{ .Values.containerSecurityContext.runAsUser }}
- name: KAFKA_CONSUMER_GROUP_ID
value: mock-signup-idv-kafka-{{ .Release.Namespace }} # Using the namespace dynamically
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- if .Values.pluginUrlEnv }}
Expand Down
1 change: 1 addition & 0 deletions helm/signup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ updateStrategy:
## - name: FOO
## value: "bar"
##

extraEnvVars: |
- name: MOSIP_ESIGNET_HOST
valueFrom:
Expand Down

0 comments on commit 56b7caa

Please sign in to comment.