Imran Ismail
Imran Ismail
`{:system, "AWS_DEFAULT_REGION"}` wont work because this line of code doesn't retrieve the runtime value. https://github.com/ex-aws/ex_aws/blob/59f5dea825f92b89051db8f8308bb8a9568de444/lib/ex_aws/config.ex#L37 Suggested fix: ``` region = retrieve_runtime_value(region, nil) ``` If this is right, let me know...
Checklist: * [x] I have bumped the chart version according to [versioning](https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#versioning) * [x] I have updated the documentation according to [documentation](https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#documentation) * [x] I have updated the chart changelog...
This change allows the poll trigger to work with glob and regexp. Regexp optionally has the option to specify which part of the pattern to be used as a comparison....
Say for example I have a need for refs when building a chat app and expecting the chat box to scroll down when new messages arrive.
This ensures the fix for CRD is applied even when using the `ignoreResourceStatus=all` option Checklist: * [ ] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the...
Support use-case to deploy S3 data forwarding destination and rules ```terraform resource "aws_s3_bucket" "this" { bucket = "${terraform.workspace}-sumologic" } resource "aws_s3_bucket_public_access_block" "this" { bucket = aws_s3_bucket.this.id block_public_acls = true block_public_policy...
I can't get this to work with headless mode and PR lifetime lock. The unlock would trigger for any PR that was closed and because the lock was locked using...