Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created September 30, 2018 07:15
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 vigneshragupathy/d1da33e88fe8d77c00ff26e1f2b556f9 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/d1da33e88fe8d77c00ff26e1f2b556f9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: shell-demo
spec:
containers:
- name: nginx
image: nginx
volumeMounts:
- name: car-vol
mountPath: /etc/cars
volumes:
- name: car-vol
configMap:
name: fast-car
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment