Philippe Scorsolini
Philippe Scorsolini
@padlar you'll need to update this to properly switch compositions using mergeOptions to use ToFieldPathPolicy: https://github.com/crossplane/crossplane/blob/master/cmd/crank/beta/convert/pipelinecomposition/converter.go
added https://github.com/crossplane/crossplane/issues/5032 to the "bugs to fix" section
I think the following issues could be good additions: - https://github.com/crossplane/crossplane/issues/5361 - https://github.com/crossplane/crossplane/issues/5362 Relevant also for https://github.com/crossplane/crossplane/issues/4676
Firstly, I think this issue should be renamed to `Promote Composition Environment to beta` as `EnvironmentConfigs` are just a part of the larger functionality introduced in the original [one-pager](https://github.com/crossplane/crossplane/blob/7c118917b8584a8643708e82b7479c28dffd36b2/design/one-pager-composition-environment.md). That...
FYI: https://github.com/crossplane/crossplane/pull/5061
@Vrashabh-Sontakke unfortunately #3669 implementation is outdated and got a little bit more complex due to the addition of two more math transforms (clamp min and max), would you like to...
As per the [comment](https://github.com/crossplane/crossplane/issues/2896#issuecomment-1349612790) from the original author @kferrone, the issue was that we were not rejecting Compositions referencing by name patchSets that were not previously defined, although the original...
I think the approach so far has been to avoid providing too many knobs for podmonitors, you can always define your own separately if you need more control, you just...
Because we have to draw the line somewhere 😅 and this operator's job is not to handle Prometheus operator's resources, we do that for simple scenarios because it might be...