Skip to content

Commit 0177a7d

Browse files
committed
chore: add comments on the argocd kcl plugin
Signed-off-by: peefy <[email protected]>
1 parent c789f8f commit 0177a7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/gitops/install/kcl-cmp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ metadata:
44
name: kcl-plugin-config
55
namespace: argocd
66
data:
7+
# Sometimes, the ArgoCD runs the kcl run command twice simultaneously,
8+
# leading to a race condition in the usage of files inside the
9+
# KCL_CACHE_PATH and KCL_PKG_PATH directories.
710
plugin.yaml: |
811
apiVersion: argoproj.io/v1alpha1
912
kind: ConfigManagementPlugin

0 commit comments

Comments
 (0)