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
Is your feature request related to a problem? Please describe.
There's no easy way of installation.
Describe the solution you'd like
Distribute a Helm chart for the project for easy installation.
Describe alternatives you've considered
Maybe an operator for the application's life cycle management is the way to go, but that would cost too much in current circumstances.
Additional context
Currently, we have several targets related to installation defined in the Makefile:
make install
make run
make deploy
All of the above requires cloning the repository beforehand.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
There's no easy way of installation.
Describe the solution you'd like
Distribute a Helm chart for the project for easy installation.
Describe alternatives you've considered
Maybe an operator for the application's life cycle management is the way to go, but that would cost too much in current circumstances.
Additional context
Currently, we have several targets related to installation defined in the Makefile:
make install
to install the CRDmake run
to spin up the controllers locallymake deploy
to deploy the controllers and necessary resources including the CRDAll of the above requires cloning the repository beforehand.
The text was updated successfully, but these errors were encountered: