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 c789f8f commit 0177a7dCopy full SHA for 0177a7d
examples/gitops/install/kcl-cmp.yaml
@@ -4,6 +4,9 @@ metadata:
4
name: kcl-plugin-config
5
namespace: argocd
6
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.
10
plugin.yaml: |
11
apiVersion: argoproj.io/v1alpha1
12
kind: ConfigManagementPlugin
0 commit comments