From f005e7f26bb6d1c8e724dde2b48b16562c5fbe68 Mon Sep 17 00:00:00 2001 From: Matt Spencer <99685508+mtspn@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:59:57 -0800 Subject: [PATCH] Update 101quiz.md --- 101_materials/101quiz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/101_materials/101quiz.md b/101_materials/101quiz.md index ae945db..5a1f440 100644 --- a/101_materials/101quiz.md +++ b/101_materials/101quiz.md @@ -37,8 +37,8 @@ I’ve just built a new image for my wildfire application. How should I tag this - d) Wildfire-app:rhwajklfbfbfewa I want to deploy a database. How should I deploy it? -- a) Using a Deployment or DeploymentConfig with the rolling deployment option -- b) Using a Deployment or DeploymentConfig with the recreate deployment option +- a) Using a Deployment with the rolling deployment option +- b) Using a Deployment with the recreate deployment option - c) Using a StatefulSet - d) "Hey Alexa, deploy my database"