Skip to content

Commit

Permalink
remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
joelee2012 committed Aug 8, 2023
1 parent 9921747 commit c667ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skustomize
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ update_kust_file() {
}

exec_kust_vals() {
command ${KUSTOMIZE_BIN} "$@" |
${KUSTOMIZE_BIN} "$@" |
yq 'select(.kind == "Secret").data[]|=(.|sub("\n", "")|@base64d)' |
vals eval -f - |
yq 'select(.kind == "Secret").data[]|=@base64'
Expand Down

0 comments on commit c667ba5

Please sign in to comment.