one fewer t

This commit is contained in:
stvnrlly
2023-11-28 13:10:37 -05:00
parent b066fff07c
commit 33d1fd4534
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
- [Deploying](#deploying)
- [Egress Proxy](#egress-proxy)
- [Managing environment variables](#managing-environment-variables)
- [Managing application initiatlization](#managing-application-initiatlization)
- [Managing application initialization](#managing-application-initialization)
- [Sandbox environment](#sandbox-environment)
- [Database management](#database-management)
- [Initial state](#initial-state)
@@ -34,7 +34,7 @@
- [Queues and tasks](#queues-and-tasks)
- [Priority queue](#priority-queue)
- [Celery scheduled tasks](#celery-scheduled-tasks)
- [Notify.gov](#us-notify)
- [Notify.gov](#notifygov)
- [System Description](#system-description)
- [Run Book](#run-book)
- [ Alerts, Notifications, Monitoring](#-alerts-notifications-monitoring)
@@ -361,7 +361,7 @@ Public env vars make up the configuration in `deploy-config`. These are pulled i
- [ ] The relevant YAML file in `deploy-config` using the format `var_name: value`
- [ ] The manifest using the format `((var_name))`
## Managing application initiatlization
## Managing application initialization
In addition to the environment variable management, there may be some [additional application initialization](https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile) that needs to be accounted for. This can include the following: