Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun committed Dec 9, 2024
1 parent d0ba573 commit 1ca10ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ Build the OpenMetadata Deploy Pipelines Command using deployPipelinesConfig */}}
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh -d deploy-pipelines {{ default "" .Values.openmetadata.config.deployPipelinesConfig.additionalArgs }}"
{{- else }}
- "/opt/openmetadata/bootstrap/openmetadata-ops.sh deploy-pipelines {{ default "" .Values.openmetadata.config.deployPipelinesConfig.additionalArgs }}"
{{- end }}
{{- end }}


{{/*
Build the OpenMetadata Deploy Pipelines Command using reindexConfig */}}
{{- define "OpenMetadata.buildReindexCommand" }}
Expand Down
1 change: 1 addition & 0 deletions charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ openmetadata:
additionalArgs: ""
deployPipelinesConfig:
debug: false
additionalArgs: ""
reindexConfig:
debug: false
# You can pass the additional argument flags to the openmetadata-ops.sh reindex command
Expand Down

0 comments on commit 1ca10ce

Please sign in to comment.