mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
8 lines
236 B
Bash
Executable file
8 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
|
|
yq e -o=json values.yaml | jq '[{
|
|
name: "helm-parameters",
|
|
title: "Helm Parameters",
|
|
collectionType: "map",
|
|
map: [leaf_paths as $path | {"key": $path | join("."), "value": getpath($path)|tostring}] | from_entries
|
|
}]'
|