Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ephemeral volumes #324

Merged
merged 2 commits into from
Feb 12, 2021
Merged

Ephemeral volumes #324

merged 2 commits into from
Feb 12, 2021

Commits on Jan 25, 2021

  1. Add 'ephemeral' field to Volume Components

    Add field "ephemeral" to Volume components to specify that this volume
    should not be persisted. This enables creating devfiles that share
    storage between components without having to store data in a persistent
    volume.
    
    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    89dd80e View commit details
    Browse the repository at this point in the history
  2. Regenerate schemas and CRDs after adding ephemeral to volumes.

    Signed-off-by: Angel Misevski <amisevsk@redhat.com>
    amisevsk committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    5be8d9f View commit details
    Browse the repository at this point in the history