Last active
August 29, 2015 14:18
-
-
Save goern/3fb768c88d8d1064460e to your computer and use it in GitHub Desktop.
How to request persistant storage for my Atomicapp?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this will be transformed by Atomicapp (during installation of the app) to an OpenShift config: https://gist.github.com/goern/c4fa51d697d1b5d51040