Sergi Philipsen

Results 52 comments of Sergi Philipsen

@Laurens-makel could you give some examples for warnings where this could be added to? Like Niels said, this is possible for warnings where line number is known, is this what...

When in the `processing` state and `atime > 5m`, display a button with a warning icon [⚠️]. On hover, it should read: _"Message might be stuck; it has been processing...

Sounds like this issue: https://github.com/frankframework/frank-flow/issues/1330

I want to be able to use the PostgreSQL sub-chart with an existing secret. Currently, when `.Values.postgresql.enabled: true` the helper method will be used to fill the environment variable. That...

I also wonder how this is supposed to work.

Add `goTemplate: true` and add a `templatePatch` like this: ```yaml templatePatch: | metadata: annotations: {{- range $key, $value := .annotations }} {{ $key }}: {{ $value }} {{- end }}...

The name of a Secret object must be a valid [DNS subdomain name](https://kubernetes.io/docs/concepts/overview/working-with-objects/names#dns-subdomain-names). - contain no more than 253 characters - contain only lowercase alphanumeric characters, '-' or '.' -...