Skip to content

Instantly share code, notes, and snippets.

@adamancini
Created November 15, 2024 19:56
Show Gist options
  • Save adamancini/75282a67c6f6cde693ae835db87d006f to your computer and use it in GitHub Desktop.
Save adamancini/75282a67c6f6cde693ae835db87d006f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Deployment
metadata:
name: my-pod
spec:
containers:
- name: my-app
image: my-image
volumeMounts:
- mountPath: /etc/ssl/certs
name: ssl-certs
volumes:
- name: ssl-certs
hostPath:
path: /path/to/host/ssl/certs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment