14 lines
512 B
YAML
14 lines
512 B
YAML
plugin:
|
|
helm-default-values:
|
|
shortCut: Shift-V
|
|
confirm: false
|
|
description: Chart Default Values
|
|
scopes:
|
|
- helm
|
|
command: sh
|
|
background: false
|
|
args:
|
|
- -c
|
|
- "kubectl get secrets --context $CONTEXT -n $NAMESPACE sh.helm.release.v1.$COL-NAME.v$(helm history -n $NAMESPACE --kube-context $CONTEXT $COL-NAME | grep deployed | cut -d$'\\t' -f1 | tr -d ' \\t') -o yaml | yq e '.data.release' - | base64 -d | base64 -d | gunzip | jq -r '.chart.values' | yq -P | less"
|
|
|