Skip to content

Commit

Permalink
Merge pull request #1020 from VSIVAKALYAN/release-1.5.x
Browse files Browse the repository at this point in the history
[MOSIP-37815] Passing Unique Config with NS
  • Loading branch information
ckm007 authored Nov 29, 2024
2 parents 54980e2 + 32df861 commit 63bf6a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/esignet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ function installing_esignet() {
fi
done


echo Installing esignet
helm -n $NS install esignet mosip/esignet --version $CHART_VERSION $ENABLE_INSECURE $plugin_option --set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait
helm -n $NS install esignet mosip/esignet --version $CHART_VERSION $ENABLE_INSECURE $plugin_option \
--set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait

kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status

Expand Down
2 changes: 2 additions & 0 deletions helm/esignet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ spec:
- name: container_user
value: {{ .Values.containerSecurityContext.runAsUser }}
{{- if .Values.additionalResources.javaOpts }}
- name: SPRING_KAFKA_CONSUMER_GROUP_ID
value: esignet-consumer-{{ .Release.Namespace }} # Using the namespace dynamically
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions helm/esignet/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: KEYCLOAK_EXTERNAL_URL
valueFrom:
Expand Down

0 comments on commit 63bf6a4

Please sign in to comment.