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

Use templates for deploy-on-kind and use envconfig for configuration #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nirarg
Copy link
Collaborator

@nirarg nirarg commented Mar 13, 2025

  • Add script to convert template to manifest file, include changing the params to right values
  • Use the autogenerated manifst for kind deployment
  • Rewrite deploy and delete operation to use the template files (both Openshift and Kind)
  • Change configuration file to be created using envconfig library
  • Add --platform=linux/amd64 to support running on macOS
  • Add GREP environment variable to allow changing executer on macOS

@app-sre-bot
Copy link
Collaborator

Can one of the admins verify this patch?

* Add script to convert template to manifest file, include changing the params to right values
* Use the autogenerated manifst for kind deployment
* Rewrite deploy and delete operation to use the template files (both
  Openshift and Kind)
* Change configuration file to be created using envconfig library
* Add --platform=linux/amd64 to support running on macOS
* Add GREP environment variable to allow changing executer on macOS

Signed-off-by: Nir Argaman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants