Files
kustomize/api/krusty/fnplugin_test/fnexectest.sh
2020-06-26 04:22:33 +00:00

27 lines
473 B
Bash
Executable File

#!/bin/sh
# not sure if we want to generate bash scripts, since we always want to run
# only trusted executables
cat <<EOF
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
labels:
app: nginx
annotations:
tshirt-size: small # this injects the resource reservations
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
EOF