Skip to content

Commit

Permalink
Merge pull request #52 from northvolt/pc/data-updater-server-fix
Browse files Browse the repository at this point in the history
fix unlogical setting of OPAL_DATA_UPDATER_ENABLED
  • Loading branch information
RazcoDev authored Aug 10, 2023
2 parents f0f8918 + fcebba0 commit b1c0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
{{- if .Values.server }}
- name: OPAL_SERVER_URL
value: {{ printf "http://%s:%v" (include "opal.serverName" .) .Values.server.port | quote }}
{{- if not (or (.Values.server.dataConfigSources.external_source_url) (.Values.server.dataConfigSources.config) (hasKey .Values.server.extraEnv "OPAL_DATA_UPDATER_ENABLED") ) }}
{{- if not (or (.Values.server.dataConfigSources.external_source_url) (.Values.server.dataConfigSources.config) (hasKey .Values.client.extraEnv "OPAL_DATA_UPDATER_ENABLED") ) }}
- name: OPAL_DATA_UPDATER_ENABLED
value: "False"
{{- end }}
Expand Down

0 comments on commit b1c0f0d

Please sign in to comment.