Skip to content

Commit

Permalink
Merge pull request #49 from permitio/raz/per-7074-opal-helm-chart-iss…
Browse files Browse the repository at this point in the history
…ue-with-using-external_source_url

fix issue with external source url only
  • Loading branch information
RazcoDev authored Jul 20, 2023
2 parents fb5feb6 + 0f322ac commit 2b86fed
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) (len .Values.server.dataConfigSources.config.entries)) }}
{{- if not (or (.Values.server.dataConfigSources.external_source_url) (.Values.server.dataConfigSources.config) ) }}
- name: OPAL_DATA_UPDATER_ENABLED
value: "False"
{{- end }}
Expand Down

0 comments on commit 2b86fed

Please sign in to comment.