Skip to content

Commit

Permalink
Merge pull request #4106 from zendesk/grosser/doc
Browse files Browse the repository at this point in the history
clarify that dockerfile/none needs to be set on pod template
  • Loading branch information
grosser committed Feb 15, 2024
2 parents 7280eea + a0372bc commit 7306746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kubernetes/README.md
Expand Up @@ -108,7 +108,7 @@ Kubernetes::Release

### Docker Images

(To opt out of this feature set `metadata.annotations.container-nameofcontainer-samson/dockerfile: none`)
(To opt out of this feature set in pod-template `metadata.annotations.container-nameofcontainer-samson/dockerfile: none`)

For each container (including init containers) Samson finds or creates a matching Docker image for the Git SHA that is being deployed.
Samson always sets the Docker digest, and not a tag, to make deployments immutable.
Expand Down

0 comments on commit 7306746

Please sign in to comment.