openstack-helm-infra/mariadb/templates/monitoring/prometheus
xuxant02@gmail.com 9133218e83 Added the helm hook for create user job for exporter
exporter-jpb-create-user was failing due to the field immutability
which was resulting in the manual delete of the job for every helm
upgrade to be successful. Reason being job being upgraded before the
other manifest that are required been updated. It can be avoided by
using helm-hook post-install and post-upgrade which will force the
job manifest to be applied only after all other manifest are applied.
Hook annotation is provided "5" so that the if other jobs are annotated,
exporter job will be last to created.
helm3_hook value is used for the condition which will enable the disable
of the hook.

Change-Id: I2039abb5bad07a19fd09fc5e245485c3c772beca
2021-07-08 22:04:36 +05:45
..
bin feat(tls): add tls to mariadb exporter charts 2020-07-27 21:41:46 +00:00
secrets fix(tls): addresses TLS issues with mariaDB exporter 2020-08-28 12:41:47 -05:00
exporter-configmap-bin.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
exporter-deployment.yaml fix(tls): addresses TLS issues with mariaDB exporter 2020-08-28 12:41:47 -05:00
exporter-job-create-user.yaml Added the helm hook for create user job for exporter 2021-07-08 22:04:36 +05:45
exporter-network-policy.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
exporter-secrets-etc.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
exporter-service.yaml Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00