Skip to content

Commit

Permalink
docs(kubernetes): fix image name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Jan 31, 2022
1 parent d3b9746 commit 3eac2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/config/advanced/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
hostname: mail
containers:
- name: mailserver
image: docker.io/docker-mailserver/docker-mailserver:latest
image: docker.io/mailserver/docker-mailserver:latest
imagePullPolicy: IfNotPresent

securityContext:
Expand Down

0 comments on commit 3eac2ff

Please sign in to comment.