Skip to content

Commit

Permalink
fix typo for images
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Aug 9, 2023
1 parent c0d4635 commit e1a6f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e1a6f2b

Please sign in to comment.