jrsherry

Results 6 comments of jrsherry

I've seen this issue as well. It appears to be interrogating the top level resource in the 'Then its value' evaluation. I've had success working through it by switching the...

An example of this can be found here: https://github.com/kubernetes/kubernetes/pull/113087/files

One solution for this issue has been pulled here: https://github.com/awslabs/amazon-ecr-credential-helper/pull/326

Here's a PR that picks up the pattern used in mainline kubernetes: https://github.com/awslabs/amazon-ecr-credential-helper/pull/434/files

Seeing the same thing. During an apply with a permissive GITHUB_TOKEN belonging to a user that doesn't have access to repository hooks, the apply fails w/ a 404 and removes...