Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ catalog-template: # Generate catalog template with all bundles from registry

.PHONY: catalog-render
catalog-render: opm catalog-template ## Generate FBC catalog from template
$(OPM) alpha render-template catalog/clickhouse-operator-template.yaml > catalog/catalog.yaml
CONTAINERS_REGISTRIES_CONF=/dev/null $(OPM) alpha render-template catalog/clickhouse-operator-template.yaml > catalog/catalog.yaml
$(OPM) validate catalog

.PHONY: catalog-build
Expand Down
Loading