airshipit / treasuremap

Reference Airship manifests, CICD, and reference architecture.
http://openstack.org
Apache License 2.0
52 stars 39 forks source link

mariadb-ingress-xxxx pod crashlooping. #206

Closed nagajagan closed 2 years ago

nagajagan commented 2 years ago

Describe the bug mariadb-ingress-xxx pod is crashlooping due to nginx.go:173] Invalid NGINX configuration template: template: nginx.tmpl:24: function "shouldLoadInfluxDBModule" not defined

Steps To Reproduce Maintain treasurmap version @ https://github.com/airshipit/treasuremap/commit/2227df4a8d60581974f49501265c0b8230fbf414 and follow the steps to bring up genesis node.

Expected behavior mariadb-ingress-xxxx should be Running state.

Environment

Suggested /recommended fix Update versions.yaml with ingress_controller_mariadb: &ingress_controller_mariadb k8s.gcr.io/ingress-nginx/controller:v0.48.1

nagajagan commented 2 years ago

Issues is addressed with the right version of the image for ingress_controller_mariadb and tested by the reporter.