We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--volumes
If you run kompose convert --volumes foobar PVC is created and no error is raised.
kompose convert --volumes foobar
This should error out as an invalid value for --volumes. Currently, only possible values are PersistentVolumeClaim and emptyDir
PersistentVolumeClaim
emptyDir
The text was updated successfully, but these errors were encountered:
This should go into validation of flags, I will look into it
Sorry, something went wrong.
@kadel , since #817 is merged now, we can close this
surajnarwade
No branches or pull requests
If you run
kompose convert --volumes foobar
PVC is created and no error is raised.This should error out as an invalid value for
--volumes
. Currently, only possible values arePersistentVolumeClaim
andemptyDir
The text was updated successfully, but these errors were encountered: