Jakub Jaruszewski

Results 82 comments of Jakub Jaruszewski

You would need to expose it somehow. Either via separate Ingress (since Ingress only listens on http/s) or via NodePort/Loadbalancer service. Although sending metric between the clusters does not make...

Afterwards, I do not think that `PerconaPGCluster` definition plays a role here, since the operator crashes before even acquiring a Lease

Thanks, but I'll wait for a fix before upgrading, since proxy is not a required property from the CR standpoint and I cannot enforce this for users of the clusters...

Duplicate of goharbor/harbor-helm#1641 See my comment there for exact explanation

Sorry, you're right. Can you render the invalid YAML and paste it here? (you should be able with --debug option)

Ah, yes Harbor does not support auth for sentinel, only for redis. This is a long standing issue, see https://github.com/goharbor/harbor/issues/14757 (although is should be relatively easy to fix)

@CrimsonFez Sorry, I was mistaken by the latest comment

Thanks! I also figured that switching to server side apply, would solve this

Is it a good idea to even allow to specify secret values in plain text? Besides you can easily add secrets via `.Values.extraObjects` and then reference them in `BackupStorageLocation`. As...

Hi, I;m the guy that made the change. This is not a bug - the deployment name must be `velero` and the node-agent daemonset must be named `node-agent` - these...