You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pgstacboostrap job, there's a ConfigMap named pgstac-setup-config-{{ $.Release.Name }} which mounts Python scripts to /opt/initdb/python-scripts/
The ConfigMap populates from "initdb-data/*.py" files
This naming inconsistency could potentially lead to issues if files aren't found where expected
The project contains both nginx and traefik ingress configurations
While this appears intentional to support different ingress controllers, it might be worth evaluating if both are still actively used or if one approach should be preferred
Additional Items
The text was updated successfully, but these errors were encountered:
Deprecated Components
db
section invalues.yaml
is explicitly marked as DEPRECATED with comments indicating it's only for backward compatibilitydb.enabled: false
as the project now uses PostgreSQL Operator/Cluster approachhelm-chart/eoapi/templates/db/
directory (deployment.yaml, service.yaml, etc.) could be removed or archivedObsolete Files
helm-chart/eoapi/ingress.bkup
appears to be a backup of an old ingress template and is likely obsoletehelm create
"Documentation Issues
docs/helm-install.md
references specific old chart versions (0.2.14, 0.1.13, 0.1.2) while the current version in Chart.yaml is 0.6.0Resource Configuration Issues
Resource Naming Inconsistency: (fixed in Simplify PgSTAC Bootstrap Process #208)
pgstac-setup-config-{{ $.Release.Name }}
which mounts Python scripts to/opt/initdb/python-scripts/
Multiple Ingress Configurations: (to be fixed in Consolidate Multiple Ingress Implementations into a Single Configuration #205)
Additional Items
The text was updated successfully, but these errors were encountered: