Skip to content

Commit

Permalink
fix issue with external source url only
Browse files Browse the repository at this point in the history
  • Loading branch information
RazcoDev committed Jul 20, 2023
1 parent 9325561 commit 0f322ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/deployment-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ spec:
- 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) ) }}
{{- if not (len .Values.server.dataConfigSources.config.entries)}}
- name: OPAL_DATA_UPDATER_ENABLED
value: "False"
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.client.extraEnv }}
{{- range $name, $value := .Values.client.extraEnv }}
Expand Down

0 comments on commit 0f322ac

Please sign in to comment.