Skip to content

Instantly share code, notes, and snippets.

@goern
Last active August 29, 2015 14:18
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 goern/3fb768c88d8d1064460e to your computer and use it in GitHub Desktop.
Save goern/3fb768c88d8d1064460e to your computer and use it in GitHub Desktop.
How to request persistant storage for my Atomicapp?
---
# seeAlso https://docs.google.com/a/redhat.com/presentation/d/13QhvPAlrbDRYvVeY-7bUU0_GAuW0OSPSwZynRsCVGyQ/edit#slide=id.g2e21d8019_0140
persistantVolume:
name: myvol1
accessMode: ReadWrite # or ReadOnly
size: 4 # GB by default
@goern
Copy link
Author

goern commented Apr 9, 2015

this will be transformed by Atomicapp (during installation of the app) to an OpenShift config: https://gist.github.com/goern/c4fa51d697d1b5d51040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment