RobKenis

Results 9 comments of RobKenis

Any update on this? We are waiting for this one to get merged.

@elamaran11 I understand that this option should not be forced upon users, so making it optional is the best way to go. However, as per this documentation https://aws-otel.github.io/docs/getting-started/remote-sampling we can...

I am using the operator on an on premise cluster and sadly I don't have infinite disk space. How do I set `archive_mode=off` ?

@spron-in Thank you 🙏 I am now using `github.com/percona/percona-postgresql-operator v0.0.0-20240122085308-8253f681478d` which is not very elegant, but I am no longer blocked on this.

> Have you tried setting the following values? It works for me on 1.13 if I set those: > > ``` > --set configuration.backupStorageLocation[0].default=true > --set configuration.defaultBackupStorageLocation=azure > ``` This...

I have solved the issue by upgrading Velero to `0.13.2`

I am running into a similar issue where I want to manage Java keystores per namespace. Ideally I can put some ConfigMaps in a namespace and reference them in the...

@erikgb I have en application where users can upload certificates themselves. Currently there are some scripts to add those certificates to a keystore, but trust-manager would simplify this process. Since...