Skip to content

Commit 33edbd6

Browse files
authored
Update multi-app-template.md
Added example Signed-off-by: Mark Fussell <[email protected]>
1 parent 15ef874 commit 33edbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-template.md

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ apps:
203203
appLogDestination: file # (optional), can be file, console or fileAndConsole. default is fileAndConsole.
204204
daprdLogDestination: file # (optional), can be file, console or fileAndConsole. default is file.
205205
containerImage: ghcr.io/dapr/samples/hello-k8s-node:latest # (optional) URI of the container image to be used when deploying to Kubernetes dev/test environment.
206+
containerImagePullPolicy: IfNotPresent # (optional), the container image is downloaded if one is not present locally, otherwise the local one is used.
206207
createService: true # (optional) Create a Kubernetes service for the application when deploying to dev/test environment.
207208
- appID: backend # optional
208209
appDirPath: .dapr/backend/ # REQUIRED

0 commit comments

Comments
 (0)