Roman Vottner

Results 7 issues of Roman Vottner

I've configured PV for both Prometheus and Grafana: ```yaml apiVersion: v1 kind: PersistentVolume metadata: name: pv-prometheus labels: type: local spec: capacity: storage: 2Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain hostPath: path:...

When receiving API responses that are not pretty-printed by default, it is sometimes hard to actually read the response. While copy/pasting the payload i.e. to Atom, specify the representation format...

I spent the last few days trying to figure out how I can use the kubernetes hosted traefik, which does know of the let's encrypt wildcard certificate, to handle also...

I created a new test [repository](https://github.com/RovoMe/test-release-pipeline) for setting up various github actions. The repository itself does not have real important code other than to demonstrate various things like a functioning...

For a project to integrate some AI models via Slack as GUI basically we came up with a modal view where users can configure the parameters for an initial conversation...

question
auto-triage-stale

In a modal view we have two `ExternalSelectElement`s that provide suggestion support for user entering customer and project values. We would love to use the input of the first select...

enhancement
server-side-issue
auto-triage-skip

On loading an XML file that has an embedded PDF file as base64 encoded string, this plugin might produce wrong results. Consider [this PDF](https://www.w3.org/WAI/WCAG20/Techniques/working-examples/PDF20/table.pdf) as example, which contains a simple...