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
Make changes to support tilt.dev local development (#264)
* add readiness probes to infra
* use rabbitmq ping over is_running
* add threshold to rabbitmq readiness probe
* use startupProbe over readinessProbe
* fix rabbitm startup
* add password to postgres autoupdate
* Escape slash in vhost
* Fix hydra secret length
* Clean up local secrets and mariadb init
* Remove null tlsStoreSecret
* Remove geoip license key
* Add values-local for traefik
* Fix init mariadb jobs and remove script
* Add postgres init job
* Add rabbitmq init jobs
* Add empty traefik object
* Fix typo
* Fix website oauth client ids
* Add mongodb init jobs and clean up init jobs and add nodebb local config
* Use postgres variables in init script
* Escape passwords and stop on errors in init jobs
* Remove $ from .Values access outside of range
* Fix postgres startup probing
---------
Co-authored-by: Brutus5000 <[email protected]>
# 2. Permit it to read configmaps and secrets in the faf-apps namespace
7
+
# 3. Iterate over the databasesAndUsers list and create a job for each database
8
+
# a) initContainer: Load the configmap and secret into environment variables. This must happen via k8s api, as we can't directly reference cm/secrets cross-namespace.
9
+
# b) actual container: Load the env from file and create the database and user
0 commit comments