Conversation
thenav56
left a comment
There was a problem hiding this comment.
Extra context related to changes
| annotations: | ||
| argocd.argoproj.io/hook: "PreSync" | ||
| argocd.argoproj.io/sync-wave: "-7" | ||
| argocd.argoproj.io/hook-delete-policy: "BeforeHookCreation" |
There was a problem hiding this comment.
Required for bootstrapper jobs: Used by job -pgstac-load-queryables: https://github.com/toggle-corp/eoapi-k8s/blob/feat/argocd-integration/charts/eoapi/templates/database/pgstacbootstrap/job.yaml
There was a problem hiding this comment.
Disabling using eoAPI chart config
pgstacBootstrap:
settings:
loadSamples: falseThere was a problem hiding this comment.
Using job from eoAPI chart
This was removed, need to confirm why
psql -f /opt/settings/pgstac-settings.sqlThere was a problem hiding this comment.
Using job from eoAPI chart
| kind: ConfigMap | ||
| metadata: | ||
| name: montandon-eoapi-stac-queryables | ||
| annotations: |
There was a problem hiding this comment.
Required by job -pgstac-load-queryables: https://github.com/toggle-corp/eoapi-k8s/blob/feat/argocd-integration/charts/eoapi/templates/database/pgstacbootstrap/job.yaml#L164-L174
Depends on
Changes