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

env0 recommendation #6

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

Conversation

RLRabinowitz
Copy link
Collaborator

example of PR generated for the user

@env0-dev
Copy link

env0-dev bot commented May 22, 2023

🚀  env0 had composed a PR Plan for environment My First Project / failed template gh-40773 :

Plan: 1 to add, 0 to change, 0 to destroy.
Plan Details
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:


  # helm_release.heml will be created
+   resource "helm_release" "heml" {
+       atomic                     = false
+       chart                      = "./myetc.tar.gz"
+       cleanup_on_fail            = false
+       create_namespace           = false
+       dependency_update          = false
+       disable_crd_hooks          = false
+       disable_openapi_validation = false
+       disable_webhooks           = false
+       force_update               = false
+       id                         = (known after apply)
+       lint                       = false
+       manifest                   = (known after apply)
+       max_history                = 0
+       metadata                   = (known after apply)
+       name                       = "my-helm-release"
+       namespace                  = "default"
+       pass_credentials           = false
+       recreate_pods              = false
+       render_subchart_notes      = true
+       replace                    = false
+       reset_values               = false
+       reuse_values               = false
+       skip_crds                  = false
+       status                     = "deployed"
+       timeout                    = 300
+       values                     = [
+           <<-EOT
                image:
                  repository: nginx
                  tag: 1.16.0
                  pullPolicy: IfNotPresent
            EOT,
        ]
+       verify                     = false
+       version                    = "0.1.0"
+       wait                       = true
+       wait_for_jobs              = false
    }

Plan: 1 to add, 0 to change, 0 to destroy.
There are no cost estimation changes

Full PR Plan logs on env0

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.

1 participant