-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedCommunity help wanted!Community help wanted!
Description
Description
In the argocd_application_set resource, for the generator gitlab
, it should be possible to setup caRef
and insecure
as said in the documentation of ArgoCD
Potential Terraform Configuration
resource "argocd_application_set" "exemple_appset" {
metadata {
name = "merge-request-appset"
}
spec {
generator {
pull_request {
gitlab {
project = var.gitlab_project_id
api = "https://gitlab.example.com/"
pull_request_state = "opened"
caRef {
configMapName = "argocd-tls-certs-cm"
key = "gitlab.example.com"
}
}
}
}
...
References
ArgoCD documentation of generator Gitlab for AppSet
Terraform provider documentation of resource argocd_application_set
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
chansuke
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedCommunity help wanted!Community help wanted!