Lennart

Results 12 issues of Lennart

From https://github.com/coredns/coredns/blob/8868454177bdd3e70e71bd52d3c0e38bcf0d77fd/plugin/cache/handler.go: ```go // getIgnoreTTL unconditionally returns an item if it exists in the cache. func (c *Cache) getIgnoreTTL(now time.Time, state request.Request, server string) *item { k := hash(state.Name(), state.QType(),...

bug

When trying to add the following ConfigMap with a kustomization via a Git source: ```yaml apiVersion: v1 kind: ConfigMap metadata: name: test data: test: | Lorem ipsum dolor sit amet,...

### Kyverno Version 1.11.4 ### Description I'm trying to uses JMESPath to generete NetworkPolicy "to" rules like ```yaml - to: - ipBlock: cidr: "1.1.1.1/32" ``` However, almost everything I try...

bug
JMESPath

I have configured Prometheus with `external_labels`. If I understand correctly the Thanos sidecar should add these labels to metrics and rules when they are proxied to the querier. This works...

bug
help wanted

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/dexidp/dex/issues) for an issue that...

I sometimes get this error, even though no existing sioyek is running: ``` default_config_path: /etc/sioyek/prefs.config default_keys_path: /etc/sioyek/keys.config user_config_path: [ 0 ] /etc/xdg/sioyek/prefs_user.config user_config_path: [ 1 ] /home/lennart10/.config/sioyek/prefs_user.config user_keys_path: [ 0...

**Feature request** Currently, when you set a `serviceAccountName` in a Kustomization, this ServiceAccount seems to be used only when applying manifests found in the source object. This makes it hard...

### Problem Statement We apply our Kyverno Policies with Flux. The (Cluster)RoleBindings needed for generation policies are stored and applied together, so that the permissions are only ever added if...

enhancement
triage

These options make tdrop behave more like other drop-down terminals. Fixes #432.

I'm on Debian 12.5 and Mate 1.26. When I run tdrop it creates a normal window with a title bar and an entry in the window list. I want the...