Vlad Gusev
Vlad Gusev
The behaviour of the module is the same with Puppet 5. Same issue was reported five months ago: https://github.com/puppetlabs/puppetlabs-docker/issues/479
I use envFromSecret: ``` sidecars: - name: metrics image: prom/mysqld-exporter:v0.15.1 env: - name: MYSQLD_EXPORTER_PASSWORD valueFrom: secretKeyRef: name: pxc-dev-1-secrets key: monitor ports: - name: metrics containerPort: 9104 args: - "--mysqld.username=monitor" -...
> Do you know if we need to escape any characters here? afaics, we have a `:` with special meaning. memcached doesn't perform any unescaping and considers the colon as...
> Why do we `urlquery` now? I thought we just add a warning about not using a `:` and thus only need `resolve` without `urlquery`? I misunderstood that part. Currently,...
> In addition to the other remarks, the following also make use of `mariadb` and require adjustment > > * `cell2_db_path_for_exporter` in `_helpers.tpl` > * `nova.etc_config_lua` in `_config.lua.tpl` I'd prefer...
rabbitmq-operator should be updated to v2.1.0+ for this to work [v2.1.0](https://github.com/rabbitmq/cluster-operator/releases/tag/v2.1.0)
> Lgtm so far. > > * `mariadb.root_password` is still used by `db_url_mysql` from `utils`. But we always pass a tuple and/or have `global.dbPassword` defined in the secrets so that...
@fwiesel @joker-at-work @bashar-alkhateeb , could you please review and merge this PR?
> LGTM, thanks. Just one question: Is [the mariadb repository change in #6353](https://github.com/sapcc/helm-charts/pull/6353/files#diff-582f1221dbfe26f788ebb34071e6f5937f8b756a2b604d91783e25505111f3acR15) (which I shamefully forgot to merge) still needed? We should continue to use `oci://keppel.eu-de-1.cloud.sap/ccloud-helm`
@velp could you please take a look at this PR?