Skip to content

Commit

Permalink
[MOSIP-35892] Updated helm charts to add range
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshithb1 <[email protected]>
  • Loading branch information
Rakshithb1 committed Oct 15, 2024
1 parent 74961c6 commit 895e0d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions helm/idgenerator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ spec:
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- if .Values.extraEnvVars }}
{{- range .Values.extraEnvVars }}
{{- end }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
Expand Down
3 changes: 1 addition & 2 deletions helm/notifier/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ spec:
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- if .Values.extraEnvVars }}
{{- range .Values.extraEnvVars }}
{{- end }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
Expand Down
3 changes: 1 addition & 2 deletions helm/pridgenerator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ spec:
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- if .Values.extraEnvVars }}
{{- range .Values.extraEnvVars }}
{{- end }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
Expand Down
3 changes: 1 addition & 2 deletions helm/ridgenerator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ spec:
- name: JDK_JAVA_OPTIONS
value: {{ .Values.additionalResources.javaOpts }}
{{- if .Values.extraEnvVars }}
{{- range .Values.extraEnvVars }}
{{- end }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
envFrom:
{{- if .Values.extraEnvVarsCM }}
Expand Down

0 comments on commit 895e0d7

Please sign in to comment.