J. Fernández
J. Fernández
Reporters like axe complain about treeselect component's `input` missing a11y parameters. This adds an additional (optional) parameter to set the `aria-label` value for the `input` tag.
Added yet another notebook-like theme.
- Support read replicas by deploying a separate statefulset of N-1 replicas - Add additional ingresses to the read replica services - Optionally install grafana dashboard via Grafana Operator CRD...
### What happened? From time to time I see that claims and XRs loose sync such as here (see second resource): ``` ❯ kubectl get xirsas NAME API SYNCED READY...
HPA had apparently an additional field (checked v1 and v2 and none have `namespace` under scaleTargetRef. Support for HPA v2 added if supported by the target cluster.
Replaces #216
### URL https://docs.crossplane.io/latest/concepts/patch-and-transform/#merge-options ### What's Wrong? According to the documentation: > With an object, use keepMapValues: true to leave existing object keys in tact. The patch updates any matching keys...
Add ghz to the additional tooling
### What problem are you facing? I'm using [function-go-templating](https://github.com/crossplane-contrib/function-go-templating) with Filesystem templates mounted from a configMap. My idea is to have a deploymentRuntimeConfig such as: ``` apiVersion: pkg.crossplane.io/v1beta1 kind: DeploymentRuntimeConfig...
Add the ability to customize where `metrics-server` is installed, rather than default `kube-system`, so the roleBinding is created accordingly. ### Checklist - [X] I have verified that my change is...