Skip to content

Commit 7370d0f

Browse files
committed
fixed task path
1 parent a279513 commit 7370d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/buildah-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
- $(params.BUILD_ARGS[*])
113113
script: |
114114
if [ -n "$(params.CONFIG_MAP_NAME)" ]; then
115-
cp /var/confmap $(params.CONFIG_DATA_WORKSPACE_DEST)
115+
cp /var/conf/confmap.conf $(params.CONFIG_DATA_WORKSPACE_DEST)
116116
ls $(params.CONFIG_DATA_WORKSPACE_DEST)
117117
echo Copied config map file with key $(params.CONFIG_MAP_KEY_VALUE) to $(params.CONFIG_DATA_WORKSPACE_DEST)
118118
fi

0 commit comments

Comments
 (0)