Skip to content

Commit

Permalink
ISSUE-302: fix command for k8s reindex cronjob (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: Abdallah Serghine <abdallah.serghine@olx.pl>
  • Loading branch information
KylixSerg and Abdallah Serghine authored Jan 20, 2025
1 parent a064006 commit 33793b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ Build the OpenMetadata Deploy Pipelines Command using reindexConfig */}}
- "/bin/bash"
- "-c"
{{- if .Values.openmetadata.config.reindexConfig.debug }}
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh -d deploy-pipelines {{ default "" .Values.openmetadata.config.reindexConfig.additionalArgs }}"
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh -d reindex {{ default "" .Values.openmetadata.config.reindexConfig.additionalArgs }}"
{{- else }}
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh deploy-pipelines {{ default "" .Values.openmetadata.config.reindexConfig.additionalArgs }}"
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh reindex {{ default "" .Values.openmetadata.config.reindexConfig.additionalArgs }}"
{{- end }}
{{- end }}

0 comments on commit 33793b1

Please sign in to comment.