shell/package/kustomize.sh

6 lines
108 B
Bash
Executable File

#!/bin/bash
cat <&0 > /home/shell/helm-run/all.yaml
kustomize build . && rm /home/shell/helm-run/all.yaml