From 98c88805c394a0f31e03df5c446b7e4442f11e42 Mon Sep 17 00:00:00 2001 From: Pascal Bourdier Date: Wed, 16 Sep 2020 15:36:36 +0200 Subject: [PATCH] fix typo typo --- site/content/en/api-reference/kustomization/patches/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/api-reference/kustomization/patches/_index.md b/site/content/en/api-reference/kustomization/patches/_index.md index 2d00f4bc8..e499d2d84 100644 --- a/site/content/en/api-reference/kustomization/patches/_index.md +++ b/site/content/en/api-reference/kustomization/patches/_index.md @@ -151,6 +151,6 @@ spec: replicas: 5 template: containers: - - image: registry/conatiner:1.0.0 + - image: registry/container:1.0.0 name: the-container ```