Skip to content

Fixing ConfigMap Reference

Jason requested to merge fixing-configmap-reference into master

Problem: Airflow chart is referencing config map named osdu-svc-properties. This configmap is in osdu namespace

Solution: Change name reference in chart to osdu-svc-config. That is the name of the configmap in airflow namespace

Merge request reports