-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: very initial env0 template to define the form wizard #14
Conversation
- id: deployEnv0Template # see custom deploy later in TD | ||
name: Deploy via env0 | ||
action: env0:environment:create | ||
input: | ||
blueprintId: ${{ parameters.env0_template_id }} | ||
envName: ${{ parameters.env0_environment_name }} | ||
comment: ${{ parameters.deploy_comment }} | ||
configurationChanges: ${{ parameters.env0_variables }} # TODO: on variables ticket | ||
outputs: | ||
- environmentId |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one waiting for @yaronya
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format this yaml file, add spaces {{nan}}
to {{ nan }}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
if you have a prettier setting, ok, but I don't see the value here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have prettier about it, this is why I'm asking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will not do it as part of this PR... lets not block it on this one
examples/templates/env0-create-environment/template/catalog-info.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Elbaz <eranelbaz97+github@gmail.com>
Co-authored-by: Elbaz <eranelbaz97+github@gmail.com>
Co-authored-by: Elbaz <eranelbaz97+github@gmail.com>
Co-authored-by: Elbaz <eranelbaz97+github@gmail.com>
Issue & Steps to Reproduce / Feature Request
We want to provide a reference BAckstage template file, as an example for the DevOps team.
To integrate env0 more easily, to create env0 environments.
Solution
Very initial env0 template, to include as example in our repo.
Building initial form structure with our 2 steps (Basic Info + Variables).
Next phases will be to implement each step and it's custom UI compoenents