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

chore: very initial env0 template to define the form wizard #14

Merged
merged 17 commits into from
Dec 9, 2024

Conversation

razbensimon
Copy link
Collaborator

@razbensimon razbensimon commented Dec 8, 2024

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

image
image

@github-actions github-actions bot added the chore label Dec 8, 2024
@razbensimon razbensimon changed the title very initial env0 template chore: very initial env0 template to define the form wizard Dec 8, 2024
Comment on lines 60 to 69
- 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
Copy link
Collaborator Author

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

@razbensimon razbensimon requested a review from a team December 8, 2024 09:39
@razbensimon razbensimon self-assigned this Dec 8, 2024
app-config.yaml Show resolved Hide resolved
examples/all.yaml Outdated Show resolved Hide resolved
examples/all.yaml Show resolved Hide resolved
examples/templates/env0-create-environment/template.yaml Outdated Show resolved Hide resolved
examples/templates/env0-create-environment/template.yaml Outdated Show resolved Hide resolved
examples/templates/env0-create-environment/template.yaml Outdated Show resolved Hide resolved
examples/templates/env0-create-environment/template.yaml Outdated Show resolved Hide resolved
Copy link
Member

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 }}

Copy link
Collaborator Author

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

Copy link
Member

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

Copy link
Collaborator Author

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

razbensimon and others added 5 commits December 8, 2024 16:16
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>
@razbensimon razbensimon requested a review from eranelbaz December 8, 2024 14:31
@eranelbaz eranelbaz merged commit 0bce0c0 into main Dec 9, 2024
1 check passed
@eranelbaz eranelbaz deleted the chore-add-initial-env0-template branch December 9, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants