We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536926a commit 1739fafCopy full SHA for 1739faf
tasks_build_ocm.yaml
@@ -56,7 +56,7 @@ tasks:
56
BP_COMPONENTS="{{.BP_COMPONENTS | default ""}}" \
57
CHART_COMPONENTS="{{.CHART_COMPONENTS | default ""}}" \
58
IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}" \
59
- CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default ""}}" \
+ CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default "[]"}}" \
60
CRDS_VERSION="{{.CRDS_VERSION | default ""}}" \
61
CRDS_PATH="{{.CRDS_PATH | default ""}}"
62
- 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