Skip to content

Commit 1739faf

Browse files
committed
disable CRDS_COMPONENTS by default
1 parent 536926a commit 1739faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks_build_ocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks:
5656
BP_COMPONENTS="{{.BP_COMPONENTS | default ""}}" \
5757
CHART_COMPONENTS="{{.CHART_COMPONENTS | default ""}}" \
5858
IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}" \
59-
CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default ""}}" \
59+
CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default "[]"}}" \
6060
CRDS_VERSION="{{.CRDS_VERSION | default ""}}" \
6161
CRDS_PATH="{{.CRDS_PATH | default ""}}"
6262
- cmd: echo "Use '$(realpath --relative-base="{{.USER_WORKING_DIR}}" "{{.OCM}}") get cv $(realpath --relative-base="{{.USER_WORKING_DIR}}" "{{.compdir}}") -o yaml' to view the generated component descriptor."

0 commit comments

Comments
 (0)