Christian Anton

Results 11 comments of Christian Anton

I am in vacation right now with a very bad connection, but I will look into this today or tomorrow. Thanks Christian

I have checked your values.yaml file. I believe your problem is just that you have still set `use_unified_secret: true` which disables all the specifically set settings. Please try with `use_unified_secret:...

I see your problem: You have not disabled the internal postgresql component: `postgresql.enabled: true` in values.yaml. The logic to template the env vars for DB access is to always set...

Hi! Back from vacation. Sorry for the delay, but the last days at the beach were just too busy to answer here :-) > my issue is that I want...

Sorry, cannot reproduce, even using chart version 3.0.1. I have deployed using this values.yaml: ```yaml zabbix_image_tag: ubuntu-6.0.7 db_access: use_unified_secret: true unified_secret_name: zabbixdb-pguser-zabbix unified_secret_autocreate: true zabbixserver: enabled: true replicaCount: 2 postgresql:...

This is looking good so far. Can you check from inside your Zabbix-Web container that Zabbix Server is a) available on the IP address and the port from the DB...

I have checked a bit further. In answer to mentioned issue #33979 the following was implemented to overcome the exact problem of what I have described above: https://github.com/rancher/rancher/pull/34120/commits/ef2888bd400b6f772557d03e3b4254ea5637a647. May it...

Update: tested again with Rancher 2.6.7 and RKE2 v1.24.2+rke2r1. Still the networkpolicies are containing the wrong IP adresses for the nodes themselves, making the entire feature of "Project network separation"...

+1 would love to see this implemented. I am wanting to use ClusterSecret to replicate secrets created by operators, containing CA certs, credentials (crunchydata pgo, strimzi kafka) or others to...