From e1a6f2b83aaea5bd28493ae9a4f88291cdeb9b79 Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Wed, 9 Aug 2023 12:46:38 +0530 Subject: [PATCH] fix typo for images Signed-off-by: Yash Khare --- test/kustomize/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kustomize/kustomization.yaml b/test/kustomize/kustomization.yaml index ea87c67f6..932ab2508 100644 --- a/test/kustomize/kustomization.yaml +++ b/test/kustomize/kustomization.yaml @@ -14,12 +14,12 @@ images: - name: apiserver.image.registry newName: localtest - name : apiserver.image.repository - newName: clustersynchro-manager-amd64 + newName: apiserver-amd64 - name : apiserver.image.tag newTag: test - name: controller_manager.image.registry newName: localtest - name : controller_manager.image.repository - newName: clustersynchro-manager-amd64 + newName: controller_manager-amd64 - name : controller_manager.image.tag newTag: test \ No newline at end of file