Skip to content

Commit c789f8f

Browse files
committed
chore: walk around for the argocd parallel running
Signed-off-by: peefy <[email protected]>
1 parent 74deda9 commit c789f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/gitops/install/kcl-cmp.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ data:
1515
command: ["sh", "-c"]
1616
args:
1717
- |
18+
export KCL_CACHE_PATH=$(mktemp -d /tmp/kcl_cache.XXXXXXXXXX)
19+
export KCL_PKG_PATH=$(mktemp -d /tmp/kcl_pkg.XXXXXXXXXX)
1820
tempfile=$(mktemp)
1921
kcl run -q -o $tempfile
2022
error=$?

0 commit comments

Comments
 (0)