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

@@ -411,7 +411,7 @@ instructions above for more details.
- [Deploying](./docs/all.md#deploying) - [Deploying](./docs/all.md#deploying)
- [Egress Proxy](./docs/all.md#egress-proxy) - [Egress Proxy](./docs/all.md#egress-proxy)
- [Managing environment variables](./docs/all.md#managing-environment-variables) - [Managing environment variables](./docs/all.md#managing-environment-variables)
- [Managing application initiatlization](./docs/all.md#managing-application-initiatlization) - [Managing application initialization](./docs/all.md#managing-application-initialization)
- [Sandbox environment](./docs/all.md#sandbox-environment) - [Sandbox environment](./docs/all.md#sandbox-environment)
- [Database management](./docs/all.md#database-management) - [Database management](./docs/all.md#database-management)
- [Initial state](./docs/all.md#initial-state) - [Initial state](./docs/all.md#initial-state)

View File

@@ -14,7 +14,7 @@
- [Deploying](#deploying) - [Deploying](#deploying)
- [Egress Proxy](#egress-proxy) - [Egress Proxy](#egress-proxy)
- [Managing environment variables](#managing-environment-variables) - [Managing environment variables](#managing-environment-variables)
- [Managing application initiatlization](#managing-application-initiatlization) - [Managing application initialization](#managing-application-initialization)
- [Sandbox environment](#sandbox-environment) - [Sandbox environment](#sandbox-environment)
- [Database management](#database-management) - [Database management](#database-management)
- [Initial state](#initial-state) - [Initial state](#initial-state)
@@ -34,7 +34,7 @@
- [Queues and tasks](#queues-and-tasks) - [Queues and tasks](#queues-and-tasks)
- [Priority queue](#priority-queue) - [Priority queue](#priority-queue)
- [Celery scheduled tasks](#celery-scheduled-tasks) - [Celery scheduled tasks](#celery-scheduled-tasks)
- [Notify.gov](#us-notify) - [Notify.gov](#notifygov)
- [System Description](#system-description) - [System Description](#system-description)
- [Run Book](#run-book) - [Run Book](#run-book)
- [ Alerts, Notifications, Monitoring](#-alerts-notifications-monitoring) - [ 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 relevant YAML file in `deploy-config` using the format `var_name: value`
- [ ] The manifest using the format `((var_name))` - [ ] 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: 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: