Skip to content

Commit e9c48ce

Browse files
authored
Merge pull request #390 from Peefy/update-argocd-kcl-plugin-pkg-cache-path
chore: update argocd kcl plugin pkg cache path to /tmp
2 parents 71f4607 + 49b4540 commit e9c48ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gitops/install/kcl-cmp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ data:
1818
command: ["sh", "-c"]
1919
args:
2020
- |
21-
export KCL_CACHE_PATH=$(mktemp -d /tmp/kcl_cache.XXXXXXXXXX)
22-
export KCL_PKG_PATH=$(mktemp -d /tmp/kcl_pkg.XXXXXXXXXX)
21+
export KCL_CACHE_PATH=/tmp
22+
export KCL_PKG_PATH=/tmp
2323
tempfile=$(mktemp)
2424
kcl run -q -o $tempfile > /dev/null 2>&1
2525
error=$?

0 commit comments

Comments
 (0)