Skip to content

Instantly share code, notes, and snippets.

@devangtomar
Last active October 23, 2022 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devangtomar/4b41cddeacfe13d247d24b3dae55c1d9 to your computer and use it in GitHub Desktop.
Save devangtomar/4b41cddeacfe13d247d24b3dae55c1d9 to your computer and use it in GitHub Desktop.
Dry run generated deployment yaml for alpine
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: alpine
name: alpine
spec:
containers:
- image: alpine
name: alpine
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment