-
Notifications
You must be signed in to change notification settings - Fork 1
chore(eoapi): staging configs cleanups #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
thenav56
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disabling using eoAPI chart config
pgstacBootstrap:
settings:
loadSamples: falseThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using job from eoAPI chart
| kind: ConfigMap | ||
| metadata: | ||
| name: montandon-eoapi-stac-queryables | ||
| annotations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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