-
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
The requeue_after_seconds is not present to configure this ressource on spec.generator.matrix.generator.matrix.generator.git
documented here https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/applicationset-specification/#applicationset-specification
Potential Terraform Configuration
spec {
dynamic "sync_policy" {
content {
applications_sync = "create-update"
}
}
generator {
matrix {
generator {
matrix {
generator {
scm_provider {
bitbucket_server {
all_branches = true
api = var.bitbucket_url
project = "MYPROJET"
basic_auth {
password_ref {
key = "pass"
secret_name = "mysecret"
}
username = var.bitbucket_user
}
}
clone_protocol = "ssh"
filter {
repository_match = "^myrepo$"
}
}
}
generator {
git {
requeue_after_seconds = 600 # want this param
repo_url = "{{ .url }}"
revision = "{{ .branch }}"
file {
path = "test.yaml"
}
}
}
}
}
}
}
}
}
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
blakepettersson and chansuke
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedCommunity help wanted!Community help wanted!