From 43d7587f7305673c3ba11d881f3e261057e66659 Mon Sep 17 00:00:00 2001 From: yuto-kimura-g <75498217+yuto-kimura-g@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:28:18 +0900 Subject: [PATCH] [fix] replace hard-coded value: container image name --- content/guides/python/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/python/deploy.md b/content/guides/python/deploy.md index d071722d4715..6b955d93ceb4 100644 --- a/content/guides/python/deploy.md +++ b/content/guides/python/deploy.md @@ -115,7 +115,7 @@ spec: spec: containers: - name: fastapi-service - image: technox64/python-docker-dev-example-test:latest + image: DOCKER_USERNAME/REPO_NAME imagePullPolicy: Always env: - name: POSTGRES_PASSWORD