Jeroen Op 't Eynde
Jeroen Op 't Eynde
Closing as stale.
In our composition for RDS we have this: ``` connectionDetails: - fromConnectionSecretKey: username name: username - fromConnectionSecretKey: attribute.password name: password - fromConnectionSecretKey: address name: endpoint - fromConnectionSecretKey: port name: port...
We make use of compositions rather then directly dealing with managed resources, for example they can create/convert secrets to another format.
Related: https://github.com/crossplane-contrib/provider-upjet-aws/issues/778
Interesting. So if the GRANT has a list of *all the privileges*, then MySQL just translates that as an `ALL PRIVILEGES` grant? Can you verify by leaving out just one...
Will this be covered in #136?
I'll try to review #136 soon, them circle back to this.
I had another instance of this. The follow query intends to derive the `cluster` label form the `kube_node_annotations` query. The grouping should not occur on the first part of the...
Perhaps we can have a HeadComment (for ex: `# cortextool: skip rule aggregation` to indicate the aggregation should not be applied. wdyt?
> * For PRs, since there is now no prompt to choose a push destination, the user will have to `git push` before invoking `gh pr create --editor`. Would there...