Skip to content
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

Update answers.md #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ Add the container config to the `.spec.template.spec.containers` section of the

Save your changes.

Deploy it with the following command. Be sure to run the command from the `1 Application Design and Build/4 Understanding Multi-container Pod Design Patterns` directory.
Deploy it with the following commands. Be sure to run the commands from the `1 Application Design and Build/4 Understanding Multi-container Pod Design Patterns` directory.

```
kubectl apply -f db-configmap.yml
kubectl apply -f db-deploy.yml
```

Expand Down