Christoffer Eide
Christoffer Eide
Any hope of getting this PR merged?
+1 for this feature. A common issue for us, is that devs reduces the partition count on a topic. When the operator tries to reconcile, the request is rejected by...
In your first example, you're doing this: ``` incoming_readonly_role, role:readonly ``` `role:readonly` is a built in role which gives `p, role:readonly, logs, get, */*, allow` https://github.com/argoproj/argo-cd/blob/master/assets/builtin-policy.csv Also, check if the...
Regarding the name of the env var, I would consider naming it `GOOGLE_OAUTH_ACCESS_TOKEN`. This is used by [Pulumi](https://github.com/pulumi/pulumi-google-native/blob/4cbee6149890f8d03c9e2754efef5dd0ea59b0d0/provider/pkg/provider/provider.go#L178-L180C3 ) and [Terraform](https://github.com/hashicorp/terraform-provider-google/blob/fd16c7710faff1835ed6ffb4ce01a2ec713da144/google/provider/provider.go#L869), and has the same `GOOGLE_*` prefix as the existing...
Same issue if the yaml file starts with a comment. ```yaml # comment foo: bar: 42 ``` ```sh $ yq ".foo.bar | line" test.yaml 2 ``` If the comment is...