mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
feat: Application generation strategies and clusters generation (#8263) Signed-off-by: pashavictorovich <pavel@codefresh.io>
22 lines
No EOL
329 B
YAML
22 lines
No EOL
329 B
YAML
application:
|
|
samples: 300
|
|
source:
|
|
strategy: Random
|
|
destination:
|
|
strategy: Random
|
|
|
|
|
|
cluster:
|
|
samples: 2
|
|
namespacePrefix: vcluster
|
|
valuesFilePath: /Users/argocd/.kube/util/values.yaml
|
|
destinationNamespace: argocd
|
|
clusterNamePrefix: test
|
|
|
|
repository:
|
|
samples: 100
|
|
|
|
project:
|
|
samples: 15
|
|
|
|
namespace: argocd |