Skip to content

Commit

Permalink
Updated helm chart to use the correct value for chart enablement.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Oct 3, 2024
1 parent 4420e92 commit c879a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/osdu-admin-ui/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
Determine if the installation is enabled
*/}}
{{- define "osdu-admin-ui.isEnabled" -}}
{{- if .Values.enabled }}
{{- if .Values.adminUIEnabled }}
{{- true -}}
{{- else -}}
{{- false -}}
Expand Down

0 comments on commit c879a4d

Please sign in to comment.