-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Description
Support specifying a container image or artifact as volume: https://kubernetes.io/docs/concepts/storage/volumes/#image
Potential Terraform Configuration
volume {
name = "myartifact"
image {
image_ref = "quay.io/crio/artifact:v2"
image_pull_policy = "Always"
}
}References
https://kubernetes.io/docs/concepts/storage/volumes/#image
https://kubernetes.io/docs/tasks/configure-pod-container/image-volumes/
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Reactions are currently unavailable