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

Add support for application inputs #396

Open
dtelaroli opened this issue May 22, 2024 · 1 comment · May be fixed by #400
Open

Add support for application inputs #396

dtelaroli opened this issue May 22, 2024 · 1 comment · May be fixed by #400
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dtelaroli
Copy link

dtelaroli commented May 22, 2024

Description

The provider is built without application fields:

spec.source.helm.version
spec.ignore_difference.managed_fields_managers

image

Potential Terraform Configuration

resource "argocd_application" "main" {
  spec {
    source {
      helm {
        version = "v3"
        value_files = [
          "values.yaml"
        ]
      }
    }

    ignore_difference {
      group = "*"
      kind  = "*"
      json_pointers = [
        "/spec/replicas",
      ]
      managed_fields_managers = [
        "argocd-server"
      ]
    }
  }
}

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@dtelaroli dtelaroli added the enhancement New feature or request label May 22, 2024
@onematchfox onematchfox added the good first issue Good for newcomers label May 23, 2024
@tonedefdev
Copy link

I have submitted a PR for this and will happily work on this issue as it's something I was also looking to leverage :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
3 participants