Skip to content

Does the helmfile affect the whole cluster or the resources in the terraform state only? #67

Description

@Mostafa-wael

I want to know what happens when using something like this in an old cluster:

terraform {
  required_providers {
    helmfile = {
      source = "mumoshu/helmfile"
      version = "VERSION"
    }
  }
}

Does, it affect the entire cluster and move it to the desired state stated in the helmfile, or just affect the desired state of the resources made by terraform and found in terraform state?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions