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 01dcf16 commit dc67f74Copy full SHA for dc67f74
tasks_build_ocm.yaml
@@ -55,7 +55,9 @@ tasks:
55
IMG_VERSION="{{.IMG_VERSION | default ""}}" \
56
BP_COMPONENTS="{{.BP_COMPONENTS | default ""}}" \
57
CHART_COMPONENTS="{{.CHART_COMPONENTS | default ""}}" \
58
- IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}"
+ IMG_COMPONENTS="{{.IMG_COMPONENTS | default ""}}" \
59
+ CRDS_COMPONENTS="{{.CRDS_COMPONENTS | default ""}}" \
60
+ CRDS_PATH="{{.CRDS_PATH | default ""}}"
61
- 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."
62
silent: true
63
0 commit comments