Tim Rupp

Results 55 comments of Tim Rupp

Argo is another tool that makes frequent use of `generateName`. When I was testing it's hello-world example, I would get the following output when doing a redeploy with kapp ```...

for reference https://argoproj.github.io/argo-workflows/examples/#hello-world

not sure if this is the appropriate location to put this, but HorizontalPodAutoscaler will modify the HPA annotations like so ``` 0, 0 apiVersion: autoscaling/v1 1, 1 kind: HorizontalPodAutoscaler 2,...

@mikegrima if it were to be implemented, do you have any recommendations for doing such? I was just going to copy what was done for the Config classes and change...

Correct, a basic payload looks like this ``` { "ResourceIdentifiers": [ { "ResourceArn": "arn:aws:ec2:us-east-1:XXXXXXX:elastic-ip/eipalloc-0ea111111c18", "ResourceType": "AWS::EC2::EIP" }, { "ResourceArn": "arn:aws:ec2:us-east-1:XXXXXXX:elastic-ip/eipalloc-0fdd1c22221b13", "ResourceType": "AWS::EC2::EIP" }, .... } ``` The way Configs are...

Thats what I thought. With that approach in mind, should I also create classes/modules similar to what was done for configs? https://github.com/spulec/moto/blob/master/moto/config/models.py#L47 Where each resource would have to define, say,...

this source code is not familiar to me, so @0xHiteshPatel would need to answer.

@KostyaSha I've been using the plugin here and it has worked great for my use cases. I'd like to upstream a jenkins-job-builder patch for it if you're OK with that....

hey @jamengual yes, this is still an issue. Would you know any specific places in the atlantis codebase that I could add debug logic to determine why it might be...