SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Fix deployment-dev generator for linux #63

Closed ionysos closed 5 years ago

ionysos commented 5 years ago

'scripts/generate-deployment-dev' broke on linux-based systems because 'cat <<EOF' expects 'EOFnewline' instead of just 'EOF' at the end of string. This PR ensures platform compatibility.