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
When generating a Kube quadlet from a compose, the default Yaml is <name>-kube.yaml
<name>-kube.yaml
We guess the name of the yaml, but the user could change it.
extension-podman-quadlet/packages/backend/src/services/quadlet-service.ts
Line 240 in 21ff498
Two solution
filename: ${basename}-kube.yaml
If we do the second, we should throw an error if more than one Yaml is provided.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When generating a Kube quadlet from a compose, the default Yaml is
<name>-kube.yaml
We guess the name of the yaml, but the user could change it.
extension-podman-quadlet/packages/backend/src/services/quadlet-service.ts
Line 240 in 21ff498
Two solution
filename: ${basename}-kube.yaml
The text was updated successfully, but these errors were encountered: